[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 2 / JKCategories / 1.0 / JKCategories.podspec.json
blob5dfc644bfaccbfbdff18659b2cc7c3d866f176f9
2   "name": "JKCategories",
3   "version": "1.0",
4   "summary": "JKCategories(iOS0Categories), a collection of useful Objective-C Categories extending iOS Frameworks",
5   "description": "JKCategories(iOS0Categories), 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   "source": {
27     "git": "https://github.com/shaojiankui/JKCategories.git",
28     "tag": "1.0"
29   },
30   "source_files": [
31     "JKCategories",
32     "JKCategories/**/*.{h,m}"
33   ]