blob: 8028290d6808d2991947dd785ff3e4619284e428 [file] [log] [blame]
{
"name": "HeroinCategory",
"version": "0.0.3",
"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.3"
},
"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"
},
{
"name": "UILable",
"source_files": "Category/UIKit/UILable/**.{h,m}",
"public_header_files": "Category/UIKit/UILable/**.h"
}
]
},
{
"name": "Foundation",
"source_files": "Category/Foundation/**/*"
},
{
"name": "CoreData",
"source_files": "Category/CoreData/**/*"
},
{
"name": "MapKit",
"source_files": "Category/MapKit/**/*"
},
{
"name": "CoreLocation",
"source_files": "Category/CoreLocation/**/*"
},
{
"name": "QuartzCore",
"source_files": "Category/QuartzCore/**/*"
}
]
}