[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / e / a / 4 / XWAlertController / 0.0.1 / XWAlertController.podspec.json
blob9056108d0a04811e0737d8f0ea86922149fc32f5
2   "name": "XWAlertController",
3   "version": "0.0.1",
4   "summary": "use XWAlertController to replace UIAlertController.",
5   "description": "XWAlertController provides similar API like UIAlertController, you can also use the same API for iOS7.",
6   "homepage": "https://github.com/suninrain086/XWAlertController",
7   "license": "MIT",
8   "authors": {
9     "suninrain086": "suninrain086@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/suninrain086/XWAlertController.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Pod/Classes",
20     "Pod/Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Pod/Classes/Exclude",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "JRSwizzle": [
29       "~> 1.0"
30     ],
31     "Masonry": [
32       "~> 1.0.0"
33     ]
34   }