[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 0 / JBaseWorking / 0.1.20 / JBaseWorking.podspec.json
blob0d2934f4114fbdf6c470fdf3d7f66cc53b42e459
2   "name": "JBaseWorking",
3   "version": "0.1.20",
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.20"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "JBaseWorking",
23     "JBaseWorking/Classes/**/*.{h,m}"
24   ],
25   "resources": "JBaseWorking/Assets/JBaseWorking.bundle",
26   "libraries": "sqlite3",
27   "frameworks": [
28     "UIKit",
29     "MapKit",
30     "CoreLocation",
31     "JavaScriptCore",
32     "QuartzCore"
33   ],
34   "dependencies": {
35     "AFNetworking": [
36       "~> 3.1"
37     ],
38     "FMDB": [
39       "~> 2.7"
40     ],
41     "MJExtension": [
42       "~> 3.0"
43     ],
44     "MJRefresh": [
45       "~> 3.1.14"
46     ],
47     "Masonry": [
48       "~> 1.1"
49     ],
50     "SDWebImage": [
51       "~> 4.1"
52     ]
53   }