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