4 "summary": "Tracking SDK for integrating GoSquared in your iOS app.",
5 "homepage": "https://gosquared.com/",
6 "social_media_url": "https://twitter.com/gosquared",
12 "Giles Williams": "giles.williams@gmail.com",
13 "Ed Wellbrook": "edwellbrook@gmail.com",
14 "Ben White": "ben@benjackwhite.co.uk"
22 "git": "https://github.com/gosquared/gosquared-ios.git",
25 "default_subspecs": "Core",
26 "prepare_command": "curl -f -s -o GoSquared/Embed/chat.js.tmp \"https://js.gs-chat.com/chat-embedded.js?$RANDOM\" && mv GoSquared/Embed/chat.js.tmp GoSquared/Embed/chat.js",
30 "source_files": "GoSquared/*.{h,m}",
31 "public_header_files": "Gosquared/{GoSquared,GSTracker,GSTypes,GSTransaction,GSTransactionItem}.h",
44 "source_files": "GoSquared/Autoload/*.{h,m}",
45 "public_header_files": "GoSquared/Autoload/*.h",
61 "source_files": "GoSquared/Chat/*.{h,m}",
62 "public_header_files": "Gosquared/Chat/{GoSquared+Chat,GSChatViewController,UIViewController+Chat}.h",
68 "weak_frameworks": "SafariServices",
70 "GSChatEmbed": "GoSquared/Embed/**/*"