[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / e / 3 / catalyze-ios-sdk / 4.0.0 / catalyze-ios-sdk.podspec.json
blob1d8e6eb2a6299fb949f47cf4236052031ce458d1
2   "name": "catalyze-ios-sdk",
3   "version": "4.0.0",
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": "4.0.0"
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   ]