[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / 9 / SYKit / 0.0.57 / SYKit.podspec.json
blobd134844544843ac376456a5fac1a2207bbd438b1
2   "name": "SYKit",
3   "platforms": {
4     "ios": "8.0",
5     "tvos": "9.0"
6   },
7   "version": "0.0.57",
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.57"
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   }