blob: 451e52519ced8df8aefdb4fd748d9f091ef43491 [file] [log] [blame]
{
"name": "HeroinCategory",
"version": "0.0.1",
"summary": "My Heroin Category.",
"description": "here is description.",
"homepage": "https://skychen2012.github.io",
"license": "MIT",
"authors": {
"Benson Chen": "zjxucb@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SkyChen2012/HeroinCategory.git",
"tag": "0.0.1"
},
"libraries": [
"iconv",
"xml2"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"subspecs": [
{
"name": "UIKit",
"subspecs": [
{
"name": "UIImage",
"source_files": "Category/UIKit/UIImage/**.{h,m}",
"public_header_files": "Category/UIKit/UIImage/**.h"
}
]
}
]
}