[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 5 / ZKAlertView / 2.0 / ZKAlertView.podspec.json
blob5cd9b59bb4cb2a31c3a0278a53a3a0b1e6a50ddd
2   "name": "ZKAlertView",
3   "version": "2.0",
4   "summary": "封装 UIAlertView,简单易用,Block 回调,丢掉各种 tag。",
5   "homepage": "https://github.com/WangWenzhuang/ZKAlertView",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "WangWenzhuang": "1020304029@qq.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/WangWenzhuang/ZKAlertView.git",
17     "tag": "2.0"
18   },
19   "source_files": "ZKAlertView/*.swift",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   }