[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 0 / XBExtension / 0.0.1.7 / XBExtension.podspec.json
blob724b94263d10df45678e26453a01e5e8a15e3b8d
2   "name": "XBExtension",
3   "version": "0.0.1.7",
4   "summary": "A lot of category class, give a short way to make everything easier for development",
5   "description": "                       A lot of category class, give a short way to make everything easier for development\n                       Including:\n                       \n                       - MBProgressHUD shortcut\n                       - JSONKit\n                       - Adding automatically log for asihttprequest\n                       - NSLogger with cocoa lumberjack\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/EugeneNguyen/XBExtension",
7   "license": "MIT",
8   "authors": {
9     "eugene nguyen": "xuanbinh91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EugeneNguyen/XBExtension.git",
13     "tag": "0.0.1.7"
14   },
15   "social_media_url": "https://twitter.com/eugene_nguyen91",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "dependencies": {
22     "NSLogger-CocoaLumberjack-connector": [
23       "~> 1.3"
24     ],
25     "ASIHTTPRequest": [
26       "~> 1.8"
27     ],
28     "MBProgressHUD": [
29       "~> 0.8"
30     ],
31     "JSONKit-NoWarning": [
32       "~> 1.1"
33     ],
34     "SDWebImage-ProgressView": [
35       "~> 0.3"
36     ]
37   }