blob: 0c424575308220bd4d93bf6e9ab8f193ac7ea26c [file] [log] [blame]
{
"name": "BotBrainFeed",
"version": "1.2.3",
"summary": "布本智能图文SDK",
"homepage": "https://github.com/BotBrain/BotBrainFeed",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2016 BotBrain. All rights reserved.\n"
},
"authors": {
"BotBrain": "zhangzhan@firedata.cc"
},
"source": {
"git": "https://github.com/BotBrain/BotBrainFeed.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "BotBrainFeed/Classes/*.framework",
"resources": "BotBrainFeed/Assets/*.bundle",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SDWebImage": [
"~> 4.0.0"
],
"BotFireData": [
"~>0.1.0"
]
},
"frameworks": "WebKit",
"libraries": "z",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "GDTLibrary",
"source_files": "BotBrainFeed/Classes/GDTLibrary/*.h",
"vendored_libraries": "BotBrainFeed/Classes/GDTLibrary/libGDTMobSDK.a"
}
]
}