[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / c / JBaseSDK / 0.1.1 / JBaseSDK.podspec.json
blob67cfcf44ca7c419132bd495cdd3076bc50ecc64e
2   "name": "JBaseSDK",
3   "version": "0.1.1",
4   "summary": "公开SDK",
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/JBaseSDK.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resources": "JBaseSDK/Assets/JBaseWorking.bundle",
22   "vendored_frameworks": "JBaseSDK/*.{framework}",
23   "libraries": "sqlite3",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "MapKit",
28     "CoreLocation",
29     "JavaScriptCore",
30     "QuartzCore",
31     "security",
32     "ImageIO",
33     "MobileCoreServices",
34     "CoreGraphics",
35     "SystemConfiguration",
36     "WebKit",
37     "Accelerate",
38     "CoreData",
39     "AdSupport"
40   ],
41   "dependencies": {
42     "AFNetworking": [
43       "~> 3.1"
44     ],
45     "FMDB": [
46       "~> 2.7"
47     ],
48     "MJExtension": [
49       "~> 3.0"
50     ],
51     "MJRefresh": [
52       "~> 3.1.14"
53     ],
54     "Masonry": [
55       "~> 1.1"
56     ],
57     "SDWebImage": [
58       "~> 4.1"
59     ]
60   }