| { |
| "name": "AMTest-SDK", |
| "version": "0.0.2", |
| "summary": "My first test pod.", |
| "description": " A longer description of AMTest-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/benpod/", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "Ben": "benlbenl5@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/benba5/benpod.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "PodLibrarySample/Headers/Public/*.h", |
| "vendored_libraries": "PodLibrarySample/Libraries/libAMStaticLib.a" |
| } |