[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / d / RealmLoginKit / 0.1.3 / RealmLoginKit.podspec.json
blobe918ca444f4a4ae296353a510ae3d6ad145b33b5
2   "name": "RealmLoginKit",
3   "version": "0.1.3",
4   "license": {
5     "type": "Apache-2.0",
6     "file": "LICENSE"
7   },
8   "summary": "A generic login view controller for apps that use the Realm Mobile Platform",
9   "homepage": "https://realm.io",
10   "authors": {
11     "Realm": "help@realm.io"
12   },
13   "source": {
14     "git": "https://github.com/realm-demos/realm-loginkit.git",
15     "tag": "0.1.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "Realm": [
25     ],
26     "TORoundedTableView": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "**/RealmLoginKit/**/*.{swift}",
35       "exclude_files": "**/RealmLoginKit/Models/AuthenticationProviders/*"
36     },
37     {
38       "name": "AWSCognito",
39       "source_files": "**/RealmLoginKit/**/*.{swift}",
40       "dependencies": {
41         "AWSCognito": [
43         ],
44         "AWSCognitoIdentityProvider": [
46         ]
47       }
48     }
49   ]