[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / 0 / JXDemo / 1.0.0 / JXDemo.podspec.json
blob6e56b997abb4c3c2d490c7ff1c5d7bf3d70a6385
2   "name": "JXDemo",
3   "version": "1.0.0",
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.0"
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   }