[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.2.21 / ExMVVMKit.podspec.json
blobc8fc442fb7e7530fbdc71d87abdba0b678adc369
2   "name": "ExMVVMKit",
3   "version": "0.2.21",
4   "summary": "A Objective C fundation for iOS app.",
5   "homepage": "https://code.aliyun.com/ExKit/ExMVVMKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "samspirit": "11873288@qq.com"
12   },
13   "source": {
14     "git": "https://code.aliyun.com/ExKit/ExMVVMKit.git",
15     "tag": "0.2.21"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "resource_bundles": {
22     "ExMVVMKit": [
23       "ExMVVMKit/Assets/**/*.{png,strings,plist}"
24     ]
25   },
26   "source_files": "ExMVVMKit/ExKit/**/*.{h,m}",
27   "prefix_header_contents": "#import <ReactiveObjC/ReactiveObjC.h>",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "libraries": [
33     "bz2",
34     "stdc++",
35     "iconv"
36   ],
37   "dependencies": {
38     "ReactiveObjC": [
40     ],
41     "AFNetworking": [
43     ],
44     "MJRefresh": [
46     ],
47     "Masonry": [
49     ]
50   }