[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / b / BAAlertController-Swift / 1.0.2 / BAAlertController-Swift.podspec.json
blob9e0494821369e930412dd863415aa62dbb2acc42
2   "name": "BAAlertController-Swift",
3   "version": "1.0.2",
4   "summary": "swift 版本 UIAlertController 的分类,一个 block 搞定系统 alert 和 actionSheet 的 iPhone 和 iPad 版本适配!",
5   "description": "this is BAAlertController-Swift",
6   "homepage": "https://github.com/BAHome/BAAlertController-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "boai": "sunboyan@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/BAHome/BAAlertController-Swift.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "resource_bundles": {
23     "BAAlertController-Swift": [
24       "BAAlertController-Swift/Resources/Assets.xcassets",
25       "BAAlertController-Swift/Resources/**/*.{xib,nib,json,plist}"
26     ]
27   },
28   "public_header_files": "Pod/Classes/**/*.swift",
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "subspecs": [
34     {
35       "name": "BAAlertController-Swift",
36       "source_files": "BAAlertController-Swift/Classes/**/*.{h,m,swift}",
37       "frameworks": [
38         "UIKit",
39         "Foundation"
40       ]
41     }
42   ]