blob: 15285d9a6a89e8afeb5ed61cb9744e8b54eca32d [file] [log] [blame]
{
"name": "JHHelper",
"version": "1.0.0",
"summary": "Some useful iOS categories",
"description": " Some useful iOS categories which implement by Objective-C. \n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/Liaojiahao/JHHelper",
"license": "MIT",
"authors": {
"廖嘉豪": "liaojiahao820@gmail.com"
},
"source": {
"git": "https://github.com/Liaojiahao/JHHelper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "JHHelper/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"ImageIO"
]
}