[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 0.7.1 / GoSquared.podspec.json
blob419174c8ece2fc3a53ffc8800ec0d4d24ff60eaf
2   "name": "GoSquared",
3   "version": "0.7.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   },
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.7.1"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "GoSquared/*.{h,m}",
29       "public_header_files": "Gosquared/{GoSquared,GSTracker,GSTypes,GSTransaction,GSTransactionItem}.h"
30     },
31     {
32       "name": "Autoload",
33       "source_files": "GoSquared/Autoload/*.{h,m}",
34       "dependencies": {
35         "GoSquared/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Chat",
42       "platforms": {
43         "ios": "7.0"
44       },
45       "source_files": "GoSquared+Chat/**/*.{h,m}",
46       "public_header_files": "Gosquared+Chat/{GoSquared+Chat,GSTracker+Chat,GSChatViewController,GSChatBarButtonItem,UIViewController+Chat}.h",
47       "dependencies": {
48         "GoSquared/Core": [
50         ],
51         "SocketRocket": [
52           "0.4.2"
53         ],
54         "PINRemoteImage": [
55           "2.1.3"
56         ]
57       }
58     }
59   ]