blob: 9b47f07bf8051872a49038d9e0c9f3e1a90b78d3 [file] [log] [blame]
{
"name": "FSExtension",
"version": "0.0.4",
"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": "9.0"
},
"source": {
"git": "https://github.com/ifussa/FSExtension.git",
"tag": "0.0.4"
},
"source_files": "FSExtension/**/*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}