blob: 1a03986514deaba1d70de9d6e5248f8a2be9f650 [file] [log] [blame]
{
"name": "SNFoundation",
"version": "0.0.4",
"summary": "The extension of the NS family's infrastructure.",
"description": "NS family's infrastructure extensions include NSObject, NSString, etc.",
"homepage": "https://github.com/snlo/SNFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNFoundation.git",
"tag": "0.0.4"
},
"source_files": "SNFoundation/SNFoundation/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}