blob: a92342714e0fa6fa1dd61206a44f575ceea078f9 [file] [log] [blame]
{
"name": "TestFlightFeedback",
"version": "2.1.1",
"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"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DZamataev/TestFlightFeedback.git",
"tag": "2.1.1"
},
"default_subspecs": [
"Core"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"source_files": "Core/Source/*",
"resources": "Core/Resources/*",
"dependencies": {
"TestFlightSDK": [
">= 2.0"
]
}
},
{
"name": "Demo",
"requires_arc": true,
"source_files": "Demo/Source/*",
"resources": "Demo/Resources/*",
"preserve_paths": [
"TestFlightFeedback.xcodeproj",
"Podfile"
],
"dependencies": {
"TestFlightFeedback/Core": [
]
}
}
]
}