blob: 92e8de22204b7d2b096234336dc547a647fd4cc2 [file] [log] [blame]
{
"name": "GoogleKit",
"version": "0.3.2",
"summary": "An objective-c wrapper around the various Google API's",
"homepage": "https://github.com/maxsokolov/GoogleKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Sokolov": "i@maxsokolov.net"
},
"social_media_url": "https://twitter.com/max_sokolov",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maxsokolov/GoogleKit.git",
"tag": "0.3.2"
},
"source_files": "GoogleKit",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true
}