[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 1.0.1 / GoSquared.podspec.json
blobb93529a675ca47e19069d8bff320f8da08f87fc6
2   "name": "GoSquared",
3   "version": "1.0.1",
4   "summary": "Tracking SDK for integrating GoSquared in your iOS app.",
5   "homepage": "https://gosquared.com/",
6   "social_media_url": "https://twitter.com/gosquared",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Giles Williams": "giles.williams@gmail.com",
13     "Ed Wellbrook": "edwellbrook@gmail.com",
14     "Ben White": "ben@benjackwhite.co.uk"
15   },
16   "platforms": {
17     "ios": "6.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/gosquared/gosquared-ios.git",
23     "tag": "v1.0.1"
24   },
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",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "GoSquared/*.{h,m}",
31       "public_header_files": "Gosquared/{GoSquared,GSTracker,GSTypes,GSTransaction,GSTransactionItem}.h",
32       "frameworks": [
33         "Foundation",
34         "UIKit"
35       ]
36     },
37     {
38       "name": "Autoload",
39       "dependencies": {
40         "GoSquared/Core": [
42         ]
43       },
44       "source_files": "GoSquared/Autoload/*.{h,m}",
45       "public_header_files": "GoSquared/Autoload/*.h",
46       "frameworks": [
47         "Foundation",
48         "UIKit"
49       ]
50     },
51     {
52       "name": "Chat",
53       "dependencies": {
54         "GoSquared/Core": [
56         ]
57       },
58       "platforms": {
59         "ios": "8.0"
60       },
61       "source_files": "GoSquared/Chat/*.{h,m}",
62       "public_header_files": "Gosquared/Chat/{GoSquared+Chat,GSChatViewController,UIViewController+Chat}.h",
63       "frameworks": [
64         "Foundation",
65         "UIKit",
66         "WebKit"
67       ],
68       "weak_frameworks": "SafariServices",
69       "resource_bundles": {
70         "GSChatEmbed": "GoSquared/Embed/**/*"
71       }
72     }
73   ]