Skip to content

Commit

Permalink
[Add] Yams 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored and CocoaPodsBot committed Nov 20, 2016
1 parent f421b72 commit 2e0b535
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Specs/9/9/1/Yams/0.1.1/Yams.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Yams",
"version": "0.1.1",
"summary": "A sweet and swifty Yaml parser.",
"homepage": "https://github.com/jpsim/Yams",
"source": {
"git": "https://github.com/jpsim/Yams.git",
"tag": "0.1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "[email protected]"
},
"source_files": "Sources/**/*.{h,c,swift}",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}

0 comments on commit 2e0b535

Please sign in to comment.