blob: 333a05761500b4318dd17602a5aef89d6e0ebccc [file] [log] [blame]
{
"name": "FSExtension",
"version": "0.0.2",
"summary": "A extension for iOS",
"description": "It is some category for iOC which implement bt Objective-C.",
"homepage": "https://github.com/ifussa/FSExtension.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fussa": "ifussa@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ifussa/FSExtension.git",
"tag": "0.0.2"
},
"source_files": "FSExtension/**/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}