blob: e940cb9fe4492b72c6c907b98e6f82096c93ba8e [file] [log] [blame]
{
"name": "HYKit",
"version": "0.3.5",
"summary": "HYKit is a collection of common used category of classes.",
"description": "HYKit is a collection of common used category of classes. NSString, NSDate, NSObject...",
"homepage": "https://github.com/yclzone/HYKit",
"license": "MIT",
"authors": {
"yclzone": "yclzone@gmail.com"
},
"source": {
"git": "https://github.com/yclzone/HYKit.git",
"tag": "0.3.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYKit": [
"Pod/Resouses/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}