[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / b / 2 / c / ActiveWorks / 3.1.1 / ActiveWorks.podspec.json
blob5fdc603b34d77893d7981001efc4a9c84ff6b818
2   "name": "ActiveWorks",
3   "version": "3.1.1",
4   "summary": "Active framework including Passport, Wallet, eReg",
5   "description": "Active framework including Passport, Wallet, eReg",
6   "homepage": "https://gitlab.dev.activenetwork.com/activeMobile/lib/ActiveWorks",
7   "license": {
8     "type": "CUSTOM",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ilia Kaliko": "ilia.kaliko@activenetwork.com"
13   },
14   "source": {
15     "git": "git@gitlab.dev.activenetwork.com:activeMobile/lib/ActiveWorks.git",
16     "tag": "3.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ActiveWorks/Classes/**/*",
22   "resource_bundles": {
23     "ActiveWorks": [
24       "ActiveWorks/Assets/**/*"
25     ]
26   },
27   "public_header_files": "ActiveWorks/Classes/**/*.h",
28   "private_header_files": "ActiveWorks/Classes/**/[^AW]*.h",
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "SystemConfiguration",
33     "MobileCoreServices"
34   ],
35   "prefix_header_file": "ActiveWorks/ActiveWorks-prefix.pch",
36   "dependencies": {
37     "Bolts": [
39     ],
40     "FBSDKCoreKit": [
42     ],
43     "FBSDKLoginKit": [
45     ],
46     "AFNetworking": [
47       "~> 3.1"
48     ]
49   }