[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 9 / e / ZWAppStore / 0.0.1 / ZWAppStore.podspec.json
blob667887d312b1b994ab84e5d1e28a6e343e0b343e
2   "name": "ZWAppStore",
3   "version": "0.0.1",
4   "summary": "iOS 应用APP检测更新、提醒应用评价、前往App Store给予好评功能封装。请求评论视图出现逻辑:限制每日最多出现次数、限制每次出现概率、限制最大出现次数避免用户反感。",
5   "homepage": "https://github.com/wangziwu/ZWAppStore",
6   "license": "MIT",
7   "authors": {
8     "wangziwu": "wang_ziwu@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/wangziwu/ZWAppStore.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "ZWAppStore/ZWAppStore.h",
19   "resources": "ZWAppStore/Resources/Asset.xcassets",
20   "frameworks": "UIKit",
21   "subspecs": [
22     {
23       "name": "ZWCheckVersion",
24       "source_files": "ZWAppStore/ZWCheckVersion/*.{h,m}",
25       "resources": "ZWAppStore/ZWCheckVersion/*.xib"
26     },
27     {
28       "name": "ZWActionReview",
29       "source_files": "ZWAppStore/ZWActionReview/*.{h,m}",
30       "resources": "ZWAppStore/ZWActionReview/*.xib",
31       "dependencies": {
32         "ZWAppStore/ZWCheckVersion": [
34         ]
35       }
36     }
37   ]