blob: 02ff26885d6e25a9944d8aaf58e8f6e3321ae6fe [file] [log] [blame]
{
"name": "HYKit",
"version": "0.3.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
]
}
}