[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 8 / 6 / 0 / JXDemo / 1.0.3 / JXDemo.podspec.json
blobdce161e70111f91ca8c082280ec44ac094825c22
2   "name": "JXDemo",
3   "version": "1.0.3",
4   "summary": "iOS Demo Framework.",
5   "description": "iOS Demo Framework using ObjC.",
6   "homepage": "https://github.com/tospery/JXDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "yangjianxiang@cd.tuan800.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/JXDemo.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JXDemo/Classes/**/*",
22   "resource_bundles": {
23     "JXDemo": [
24       "JXDemo/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "WebKit"
31   ],
32   "dependencies": {
33     "MJExtension": [
34       "3.2.1"
35     ]
36   }