blob: fd1399ab2c5b1a3743fa53c051813b3400c96706 [file] [log] [blame]
{
"name": "GoSquared",
"version": "0.1.2",
"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",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gosquared/gosquared-ios.git",
"tag": "v0.1.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GoSquared/*.{h,m}"
},
{
"name": "Autoload",
"source_files": "GoSquared/Autoload/*.{h,m}",
"dependencies": {
"GoSquared/Core": [
]
}
}
]
}