blob: a752fb9cb3d07571ad476911078eca053a341172 [file] [log] [blame]
{
"name": "HYFoundation",
"version": "0.4.0",
"summary": "HYFoundation is a collection of common used categories of Foundation.",
"description": "HYFoundation is a collection of common used categories of Foundation.Such as NSObject, NSString, NSArray, NSMutableAttributeString and so on;",
"homepage": "https://github.com/yclzone/HYFoundation",
"license": "MIT",
"authors": {
"yclzone": "yclzone@gmail.com"
},
"source": {
"git": "https://github.com/yclzone/HYFoundation.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYFoundation": [
"Pod/Assets/*.png"
]
}
}