blob: cc5f1a4642a141b92b2b373eb31e52059728e458 [file] [log] [blame]
{
"name": "TestFlightFeedback",
"version": "2.0.0",
"summary": "Dropdown replacement for the feedback view controller functionality which was cuted from TestFlight SDK",
"homepage": "https://github.com/DZamataev/TestFlightFeedback",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Zamataev": "denis.zamataev@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DZamataev/TestFlightFeedback.git",
"tag": "2.0.0"
},
"dependencies": {
"TestFlightSDK": [
">= 2.0"
]
},
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": "Core/Source/*",
"resources": "Core/Resources/*"
},
{
"name": "Demo",
"source_files": "Demo/Source/*",
"resources": "Demo/Resources/*",
"preserve_paths": [
"TestFlightFeedback.xcodeproj",
"Podfile"
],
"dependencies": {
"TestFlightFeedback/Core": [
]
}
}
]
}