blob: 8709213705457f3bf34e5d131bc5a9befedb3204 [file] [log] [blame]
{
"name": "BTCustomAlertController",
"version": "0.9.0",
"summary": "One simple nice custom alertview",
"description": "One simple nice custom alertview addtion with cocoapod support.",
"homepage": "https://github.com/BulletTrain/BTCustomAlertController",
"social_media_url": "http://blog.iflytek.cc/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rachael": "bullettrain1433@gmail.com"
},
"source": {
"git": "https://github.com/BulletTrain/BTCustomAlertController.git",
"tag": "0.9.0"
},
"source_files": "BTCustomAlertController/*.{h,m}",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CommonElement",
"dependencies": {
"CommonElement": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CommonElement"
}
}
]
}