blob: ab672eb30aa3ee0f3ab91a4a4cc8d7f6773a72ea [file] [log] [blame]
{
"name": "GoSquared",
"version": "0.2.0",
"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.2.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GoSquared/*.{h,m}"
},
{
"name": "Autoload",
"source_files": "GoSquared/Autoload/*.{h,m}",
"dependencies": {
"GoSquared/Core": [
]
}
}
]
}