{ | |
"name": "PodsShowcaseLib", | |
"version": "0.0.1", | |
"summary": "Przykładowa biblioteka CocoaPods.", | |
"license": { | |
"type": "Commercial", | |
"text": " Copyright 2015. All rights reserved.\n" | |
}, | |
"homepage": "http://appleseed.com", | |
"authors": { | |
"AppleSeed": "john@appleseed.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/zakol/PodsShowcaseLib.git", | |
"tag": "v0.0.1" | |
}, | |
"requires_arc": true, | |
"dependencies": { | |
"google-plus-ios-sdk": [ | |
] | |
} | |
} |