blob: 5733e4cedde243f1498fed4a558ab655c824656d [file] [log] [blame]
{
"name": "GoSquared",
"version": "0.0.6",
"summary": "Tracking SDK for integrating GoSquared in your iOS app.",
"homepage": "https://gosquared.com/",
"social_media_url": "https://twitter.com/gosquared",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giles Williams": "giles.williams@gmail.com",
"Ed Wellbrook": "edwellbrook@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gosquared/gosquared-ios.git",
"tag": "v0.0.6"
},
"default_subspecs": "GoSquared",
"subspecs": [
{
"name": "GoSquared",
"source_files": "GoSquared/*.{m,h}"
},
{
"name": "Autoload",
"source_files": "GoSquared/**/*.{m,h}"
}
]
}