[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 3 / 6 / SWAlertController2 / 0.2.0 / SWAlertController2.podspec.json
blob83ef43f9d0394021a81ca8af1e621f4faae01235
2   "name": "SWAlertController2",
3   "version": "0.2.0",
4   "summary": "UIAlertController的自定义实现",
5   "description": "UIAlertController的自定义实现,支持更丰富的UI定制,支持更多的UI控件;",
6   "homepage": "https://github.com/shede333/SWAlertController2",
7   "screenshots": [
8     "https://raw.githubusercontent.com/shede333/SWAlertController2/master/Screenshot/alert1.png",
9     "https://raw.githubusercontent.com/shede333/SWAlertController2/master/Screenshot/alert2.png",
10     "https://raw.githubusercontent.com/shede333/SWAlertController2/master/Screenshot/alert3.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "shede333": "333wshw@163.com"
18   },
19   "source": {
20     "git": "https://github.com/shede333/SWAlertController2.git",
21     "tag": "0.2.0"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "SWAlertController/Classes/**/*",
27   "prefix_header_file": "SWAlertController/Classes/SWAlertControllerPrefix.pch",
28   "dependencies": {
29     "Masonry": [
30       "~> 1.1.0"
31     ],
32     "YYKit": [
33       "~> 1.0.9"
34     ]
35   }