[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 5 / 2 / JKCategories / 1.7 / JKCategories.podspec.json
blobe0711461995e88bdd5fceb4831ea1d8cb981ab40
2   "name": "JKCategories",
3   "version": "1.7",
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": "7.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "CoreData",
22     "QuartzCore",
23     "CoreLocation",
24     "MapKit",
25     "Security"
26   ],
27   "libraries": "z",
28   "source": {
29     "git": "https://github.com/shaojiankui/JKCategories.git",
30     "tag": "1.7"
31   },
32   "source_files": [
33     "JKCategories",
34     "JKCategories/*.{h}",
35     "JKCategories/**/*.{h,m}"
36   ],
37   "module_map": "CommonCrypto/module.modulemap"