[Add] VIDVLiveness 3.0.4
[CocoaPods.git] / Specs / 9 / 4 / 6 / iOS-Categories / 1.0.2 / iOS-Categories.podspec.json
blob58bf63fdedf92ff06a5d6ab23533a08a01d2e2d1
2   "name": "iOS-Categories",
3   "version": "1.0.2",
4   "summary": "iOS Objective-C Category.",
5   "description": "*iOS Objective-C Category, 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",
7   "license": "MIT",
8   "authors": {
9     "shaojiankui": "http://www.skyfox.org"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dadameng/iOS-Categories.git",
16     "tag": "1.0.2"
17   },
18   "source_files": [
19     "Categories",
20     "Categories/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "CoreLocation",
25     "CoreData",
26     "Foundation"
27   ],
28   "libraries": "z",
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
31   },
32   "requires_arc": true