| { |
| "name": "ActiveWorks", |
| "version": "3.1.1", |
| "summary": "Active framework including Passport, Wallet, eReg", |
| "description": "Active framework including Passport, Wallet, eReg", |
| "homepage": "https://gitlab.dev.activenetwork.com/activeMobile/lib/ActiveWorks", |
| "license": { |
| "type": "CUSTOM", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ilia Kaliko": "ilia.kaliko@activenetwork.com" |
| }, |
| "source": { |
| "git": "git@gitlab.dev.activenetwork.com:activeMobile/lib/ActiveWorks.git", |
| "tag": "3.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ActiveWorks/Classes/**/*", |
| "resource_bundles": { |
| "ActiveWorks": [ |
| "ActiveWorks/Assets/**/*" |
| ] |
| }, |
| "public_header_files": "ActiveWorks/Classes/**/*.h", |
| "private_header_files": "ActiveWorks/Classes/**/[^AW]*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "SystemConfiguration", |
| "MobileCoreServices" |
| ], |
| "prefix_header_file": "ActiveWorks/ActiveWorks-prefix.pch", |
| "dependencies": { |
| "Bolts": [ |
| |
| ], |
| "FBSDKCoreKit": [ |
| |
| ], |
| "FBSDKLoginKit": [ |
| |
| ], |
| "AFNetworking": [ |
| "~> 3.1" |
| ] |
| } |
| } |