[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 0.4.0 / GoSquared.podspec.json
blob7ea0c59a6f9ccd2e74a8ec2dd7fc76752150f7b1
2   "name": "GoSquared",
3   "version": "0.4.0",
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   },
15   "platforms": {
16     "ios": "6.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/gosquared/gosquared-ios.git",
22     "tag": "v0.4.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "GoSquared/*.{h,m}"
29     },
30     {
31       "name": "Autoload",
32       "source_files": "GoSquared/Autoload/*.{h,m}",
33       "dependencies": {
34         "GoSquared/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Chat",
41       "platforms": {
42         "ios": "7.0"
43       },
44       "source_files": "GoSquared+Chat/**/*.{h,m}",
45       "public_header_files": "Gosquared+Chat/{GoSquared+Chat,GSTracker+Chat,GSChatViewController,GSChatBarButtonItem,UIViewController+Chat}.h",
46       "dependencies": {
47         "GoSquared/Core": [
49         ],
50         "SocketRocket": [
51           "0.4.2"
52         ],
53         "PINRemoteImage": [
54           "2.1.3"
55         ]
56       }
57     }
58   ]