[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 5 / PlatformKit / 0.1.4 / PlatformKit.podspec.json
blobbbe62f1a951a7f83e1bb067d0a3c1786fb5ad067
2   "name": "PlatformKit",
3   "version": "0.1.4",
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.4"
13   },
14   "platforms": {
15     "ios": "5.1",
16     "osx": "10.7"
17   },
18   "requires_arc": true,
19   "libraries": "z",
20   "source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
21   "ios": {
22     "frameworks": "CoreFoundation"
23   },
24   "osx": {
25     "frameworks": "CoreFoundation"
26   }