[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 5 / PlatformKit / 0.1.8 / PlatformKit.podspec.json
blob7fa059440f3ba970ed30c605bb0c61c90d96cfcc
2   "name": "PlatformKit",
3   "version": "0.1.8",
4   "summary": "A set of useful classes and extensions for modern Objective C",
5   "homepage": "https://github.com/tumtumtum/PlatformKit/",
6   "license": "MIT",
7   "authors": {
8     "Thong Nguyen": "tumtumtum@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/tumtumtum/PlatformKit.git",
12     "tag": "0.1.8"
13   },
14   "platforms": {
15     "ios": "5.1",
16     "osx": "10.7",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "libraries": "z",
21   "source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
22   "ios": {
23     "frameworks": "CoreFoundation"
24   },
25   "osx": {
26     "frameworks": "CoreFoundation"
27   },
28   "watchos": {
29     "frameworks": "CoreFoundation"
30   }