[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 3 / catalyze-ios-sdk / 3.0.1 / catalyze-ios-sdk.podspec.json
bloba8c5f02dd8b0fec74bed73d13d4b4fde0eaa1c1d
2   "name": "catalyze-ios-sdk",
3   "version": "3.0.1",
4   "summary": "SDK for interacting with the Catalyze API",
5   "homepage": "https://github.com/catalyzeio/catalyze-ios-sdk",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josh Ault": "josh@catalyze.io"
12   },
13   "source": {
14     "git": "https://github.com/catalyzeio/catalyze-ios-sdk.git",
15     "tag": "3.0.1"
16   },
17   "source_files": "catalyze-ios-sdk/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.3"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "logging",
30       "dependencies": {
31         "AFNetworkActivityLogger": [
32           "~> 2.0"
33         ]
34       }
35     }
36   ]