| { |
| "name": "BinaryTest", |
| "version": "0.1.0", |
| "summary": "Avocarrot Super Repo", |
| "homepage": "https://www.avocarrot.com/", |
| "authors": { |
| "Avocarrot, Ltd": "support@avocarrot.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/theokir/BinaryRepo.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "BinaryTest/BinaryTest.framework/Headers/*.h", |
| "vendored_frameworks": "BinaryTest/BinaryTest.framework", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BinaryTest\"", |
| "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/BinaryTest\"" |
| }, |
| "license": { |
| "type": "Copyright", |
| "text": " Copyright 2016 Avocarrot, Ltd All rights reserved.\n" |
| } |
| } |