[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 7 / f / SNFoundation / 0.0.3 / SNFoundation.podspec.json
blobf289cf87da3e6572e1cc4e550c253664e4dbe128
2   "name": "SNFoundation",
3   "version": "0.0.3",
4   "summary": "The extension of the NS family's infrastructure.",
5   "description": "NS family's infrastructure extensions include NSObject, NSString, etc.",
6   "homepage": "https://github.com/snlo/SNFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNFoundation.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "SNFoundation/SNFoundation/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   }