blob: b998dda263e7cb9dd613ca46fbcbfd1c1ad8b687 [file] [log] [blame]
{
"name": "DerekTest",
"version": "0.0.3",
"summary": "Let's try to check it out, try to make a pod",
"description": "This is only a test to checkout how readme works inside a zip file, it will be better that cocoapods could add a new validation with production setting which allows me to download source from remote directly, not always from local.",
"homepage": "http://www.google.com",
"license": {
"type": "Custom",
"text": "Testing only"
},
"authors": {
"Derek": "ckdzn3@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"http": "https://s3-us-west-2.amazonaws.com/derek-tests/DerekTest2.zip"
},
"source_files": "DerekTest/{*.h}",
"vendored_libraries": "DerekTest/Frameworks/libDerekTest.a",
"resources": "DerekTest/Resources/DerekTest.plist",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}