blob: 2c8897618ad310c2d4e7f5f0024eebfdcb944e65 [file] [log] [blame]
{
"name": "TestFramework",
"version": "0.0.7",
"summary": "Just a test framework",
"description": "A longer description of TestFramework in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/vgomezcds/TestFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vgomezcds": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vgomezcds/TestFramework.git",
"tag": "v0.0.7"
},
"source_files": "TestFramework.framework/Headers/*.{h}",
"requires_arc": true,
"ios": {
"frameworks": [
"TestFramework",
"SystemConfiguration",
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"iconv",
"c++",
"z"
]
}
}