[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 9 / 0 / JBaseWorking / 0.1.1 / JBaseWorking.podspec.json
blobf74827e1e4a4f378e76f3ea8e6e457b489861b7f
2   "name": "JBaseWorking",
3   "version": "0.1.1",
4   "summary": "jcooper的私有库",
5   "description": "用来快速搭建项目用的。",
6   "homepage": "https://git.oschina.net/appkf",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jcooper": "jhfappkf@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/appkf/JBaseWorking",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "JBaseWorking",
23     "JBaseWorking/Classes/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "JBaseWorking": [
27       "JBaseWorking/Assets/JBaseWorking.bundle"
28     ]
29   },
30   "libraries": "sqlite3",
31   "frameworks": [
32     "UIKit",
33     "MapKit",
34     "CoreLocation",
35     "JavaScriptCore",
36     "QuartzCore"
37   ],
38   "dependencies": {
39     "AFNetworking": [
40       "~> 3.1"
41     ],
42     "FMDB": [
43       "~> 2.7"
44     ],
45     "MJExtension": [
46       "~> 3.0"
47     ],
48     "MJRefresh": [
49       "~> 3.1.14"
50     ],
51     "Masonry": [
52       "~> 1.1"
53     ],
54     "SDWebImage": [
55       "~> 4.1"
56     ]
57   }