[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 5 / d / 6 / BTCustomAlertController / 0.9.0 / BTCustomAlertController.podspec.json
blob8709213705457f3bf34e5d131bc5a9befedb3204
2   "name": "BTCustomAlertController",
3   "version": "0.9.0",
4   "summary": "One simple nice custom alertview",
5   "description": "One simple nice custom alertview addtion with cocoapod support.",
6   "homepage": "https://github.com/BulletTrain/BTCustomAlertController",
7   "social_media_url": "http://blog.iflytek.cc/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Rachael": "bullettrain1433@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/BulletTrain/BTCustomAlertController.git",
17     "tag": "0.9.0"
18   },
19   "source_files": "BTCustomAlertController/*.{h,m}",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "CommonElement",
28       "dependencies": {
29         "CommonElement": [
31         ]
32       },
33       "xcconfig": {
34         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CommonElement"
35       }
36     }
37   ]