blob: 948d6ff2f980f4b9d6a98e9a2ab6049cf1213ffa [file] [log] [blame]
{
"name": "ESCategories",
"version": "0.2.2",
"summary": "D2C iOS拓展分类.",
"homepage": "https://github.com/cezres/ESCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cezres": "cezres@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cezres/ESCategories.git",
"tag": "0.2.2"
},
"source_files": "ESCategories/**/*.{h,m}",
"requires_arc": true,
"public_header_files": "ESCategories/**/*.h",
"default_subspecs": "Categories",
"subspecs": [
{
"name": "Categories",
"source_files": "ESCategories/ESCategories.h",
"dependencies": {
"ESCategories/Macros": [
],
"ESCategories/Foundation": [
],
"ESCategories/UIKit": [
]
}
},
{
"name": "Macros",
"source_files": "ESCategories/Macros/**/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "ESCategories/Foundation/Foundation_Categories.h",
"dependencies": {
"ESCategories/NSDictionary": [
],
"ESCategories/NSObject": [
],
"ESCategories/NSString": [
]
}
},
{
"name": "NSDictionary",
"source_files": "ESCategories/Foundation/NSDictionary/*.{h,m}"
},
{
"name": "NSObject",
"source_files": "ESCategories/Foundation/NSObject/*.{h,m}"
},
{
"name": "NSString",
"source_files": "ESCategories/Foundation/NSString/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "ESCategories/UIKit/**/*.{h,m}",
"dependencies": {
"ESCategories/Macros": [
],
"ESCategories/Foundation": [
]
}
}
]
}