[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 0.0.3 / GoSquared.podspec.json
blobab23f4736b575c8ab40ce29e90b9dd1f156c78d9
2   "name": "GoSquared",
3   "version": "0.0.3",
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.3"
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   ]