blob: 1a62279cd927dc71798fc40e9cb24594cfb2c151 [file] [log] [blame]
{
"name": "BPToolKit",
"version": "0.0.2",
"summary": "For Fun, create pod test",
"description": " Later I'll import some usefull files here.\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/mikeooye/BPToolKit",
"license": "MIT",
"authors": {
"Li Haozhen": "leehaozhen@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mikeooye/BPToolKit.git",
"tag": "0.0.2"
},
"source_files": "BPToolKit/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"ASIHTTPRequest": [
"~> 1.8.2"
]
}
}