blob: dd73911d535987640a463354481015e02e00c0c3 [file] [log] [blame]
{
"name": "DataBoss",
"version": "1.2",
"summary": "基于ASI的二次封装,用更少的代码解决更多的问题",
"description": "A longer description of DataBoss.podspec in Markdown format.\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!",
"homepage": "http://my.oschina.net/juwenz/blog/389295",
"license": "MIT",
"authors": {
"juwenz": "juwenz@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://git.oschina.net/juwenz/DataBoss.git",
"tag": "1.2"
},
"source_files": [
"Classes",
"DataBoss/DataBoss/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"JBASIHTTPRequest": [
"~>2.1"
],
"Reachability": [
"~>3.2"
]
}
}