blob: d32ef1230a80feebf0873940b7e19df202ef8f5c [file] [log] [blame]
{
"name": "AMPOC-SDK",
"version": "0.0.2",
"summary": "Make cocoapod for a static library",
"description": " A longer description of AMPOC-SDK 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!\n",
"homepage": "https://github.com/benba5/AMPOC-SDK/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ben",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/benba5/AMPOC-SDK.git",
"tag": "0.0.2"
},
"source_files": "AMPOC-SDK/Headers/Public/*.h",
"vendored_libraries": "AMPOC-SDK/Libraries/libStaticLibCocoapod.a"
}