[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / JKCategories / 1.5 / JKCategories.podspec.json
blob0ff6d6bb5c631c975f38dfe032b8eb2d4419c945
2   "name": "JKCategories",
3   "version": "1.5",
4   "summary": "JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks",
5   "description": "JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.",
6   "homepage": "https://github.com/shaojiankui/JKCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skyfox": "i@skyfox.org"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "CoreData",
22     "QuartzCore",
23     "CoreLocation",
24     "MapKit"
25   ],
26   "libraries": "z",
27   "source": {
28     "git": "https://github.com/shaojiankui/JKCategories.git",
29     "tag": "1.5"
30   },
31   "source_files": [
32     "JKCategories",
33     "JKCategories/*.{h}",
34     "JKCategories/**/*.{h,m}"
35   ]