[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / b / a / DataBoss / 1.2 / DataBoss.podspec.json
blobdd73911d535987640a463354481015e02e00c0c3
2   "name": "DataBoss",
3   "version": "1.2",
4   "summary": "基于ASI的二次封装,用更少的代码解决更多的问题",
5   "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!",
6   "homepage": "http://my.oschina.net/juwenz/blog/389295",
7   "license": "MIT",
8   "authors": {
9     "juwenz": "juwenz@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://git.oschina.net/juwenz/DataBoss.git",
16     "tag": "1.2"
17   },
18   "source_files": [
19     "Classes",
20     "DataBoss/DataBoss/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "JBASIHTTPRequest": [
25       "~>2.1"
26     ],
27     "Reachability": [
28       "~>3.2"
29     ]
30   }