[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / e / 9 / SYKit / 0.0.52 / SYKit.podspec.json
blobb572157f615aba2335a4896a25fd1632ea19f570
2   "name": "SYKit",
3   "platforms": {
4     "ios": "8.0",
5     "tvos": "9.0"
6   },
7   "version": "0.0.52",
8   "license": "Custom",
9   "summary": "UIKit and Foundation tools",
10   "homepage": "https://github.com/dvkch/SYKit",
11   "authors": {
12     "Stan Chevallier": "contact@stanislaschevallier.fr"
13   },
14   "source": {
15     "git": "https://github.com/dvkch/SYKit.git",
16     "tag": "0.0.52"
17   },
18   "swift_version": "4.2",
19   "source_files": "Common/*.{h,m,c,swift}",
20   "ios": {
21     "source_files": "iOS/*.{h,m,c,swift}"
22   },
23   "tvos": {
24     "source_files": "tvOS/*.{h,m,c,swift}"
25   },
26   "requires_arc": true,
27   "xcconfig": {
28     "CLANG_MODULES_AUTOLINK": "YES"
29   }