[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 4 / a / 1 / RXUIKit / 1.0.1 / RXUIKit.podspec.json
blob88af988761bb02e37bd885fccfd32b3a7e50b9e6
2   "name": "RXUIKit",
3   "version": "1.0.1",
4   "summary": "ruixue UI framework.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ruixueyun/RXUIKit",
7   "authors": {
8     "ruixue": "xingdonghai@weile.com"
9   },
10   "source": {
11     "git": "https://github.com/ruixueyun/RXUIKit.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "*.framework/Headers/*.{h,m,plist}",
18   "vendored_frameworks": "*.framework",
19   "pod_target_xcconfig": {
20     "VALID_ARCHS": "x86_64 armv7 arm64"
21   },
22   "frameworks": [
23     "AdSupport",
24     "iAd",
25     "Foundation",
26     "UIKit"
27   ],
28   "libraries": [
29     "sqlite3",
30     "c++",
31     "c++abi",
32     "z"
33   ],
34   "dependencies": {
35     "YYModel": [
37     ],
38     "SDAutoLayout": [
40     ],
41     "MJExtension": [
43     ],
44     "TYAttributedLabel": [
46     ],
47     "YYWebImage": [
49     ],
50     "SVProgressHUD": [
51       "~> 2.2.5"
52     ]
53   }