[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / 5 / 1 / AutomaticSDK / 0.0.1 / AutomaticSDK.podspec.json
blobeb9c429f7a1d7b6b41bd8af1565f4c4bebee916f
2   "name": "AutomaticSDK",
3   "version": "0.0.1",
4   "summary": "The official Automatic SDK for iOS.",
5   "description": "                   A handy wrapper that makes authenticating with the Automatic\n                   API a breeze.\n",
6   "homepage": "https://developer.automatic.com",
7   "license": "Apache 2.0",
8   "authors": {
9     "Robert Böhnke": "robb.bohnke@automatic.com"
10   },
11   "source": {
12     "git": "https://github.com/Automatic/Automatic-iOS-SDK.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "AutomaticSDK",
17     "AutomaticSDK/**/*.{h,m}"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5"
26     ],
27     "AFOAuth2Manager": [
28       "~> 2.2"
29     ]
30   }