Skip to content

Commit

Permalink
[Add] SYKit 0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Chevallier authored and CocoaPodsBot committed Feb 7, 2019
1 parent 43ed5f5 commit 6d116d2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Specs/1/e/9/SYKit/0.0.49/SYKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "SYKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"version": "0.0.49",
"license": "Custom",
"summary": "UIKit and Foundation tools",
"homepage": "https://github.com/dvkch/SYKit",
"authors": {
"Stan Chevallier": "[email protected]"
},
"source": {
"git": "https://github.com/dvkch/SYKit.git",
"tag": "0.0.49"
},
"swift_version": "4.2",
"source_files": "Common/*.{h,m,c,swift}",
"ios": {
"source_files": "iOS/*.{h,m,c,swift}"
},
"tvos": {
"source_files": "tvOS/*.{h,m,c,swift}"
},
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}

0 comments on commit 6d116d2

Please sign in to comment.