blob: a99894978201739e9c85d75ec33e0b3c21dddb91 [file] [log] [blame]
{
"name": "SNFoundation",
"version": "0.0.2",
"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.2"
},
"source_files": "SNFoundation/SNFoundation/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}