[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 0.0.4 / GoSquared.podspec.json
blob678932cd7c0bd1fc743974dd65d07912230e202d
2   "name": "GoSquared",
3   "version": "0.0.4",
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   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/gosquared/gosquared-ios.git",
21     "tag": "v0.0.4"
22   },
23   "default_subspecs": "GoSquared",
24   "subspecs": [
25     {
26       "name": "GoSquared",
27       "source_files": "GoSquared/*.{m,h}"
28     },
29     {
30       "name": "Autoload",
31       "source_files": "GoSquared/**/*.{m,h}"
32     }
33   ]