blob: 419174c8ece2fc3a53ffc8800ec0d4d24ff60eaf [file] [log] [blame]
{
"name": "GoSquared",
"version": "0.7.1",
"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.7.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GoSquared/*.{h,m}",
"public_header_files": "Gosquared/{GoSquared,GSTracker,GSTypes,GSTransaction,GSTransactionItem}.h"
},
{
"name": "Autoload",
"source_files": "GoSquared/Autoload/*.{h,m}",
"dependencies": {
"GoSquared/Core": [
]
}
},
{
"name": "Chat",
"platforms": {
"ios": "7.0"
},
"source_files": "GoSquared+Chat/**/*.{h,m}",
"public_header_files": "Gosquared+Chat/{GoSquared+Chat,GSTracker+Chat,GSChatViewController,GSChatBarButtonItem,UIViewController+Chat}.h",
"dependencies": {
"GoSquared/Core": [
],
"SocketRocket": [
"0.4.2"
],
"PINRemoteImage": [
"2.1.3"
]
}
}
]
}