[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 8 / LockReact / 0.4.0 / LockReact.podspec.json
blob50b0d6f23e327297cc7af2a05dd4955e96221f6f
2   "name": "LockReact",
3   "version": "0.4.0",
4   "summary": "A wrapper of Lock to make it easy to use with React Native.",
5   "description": "                        [![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\n                        Auth0 is a SaaS that helps you with Authentication and Authorization. \n                        You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. \n                        We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. \n                        Let us worry about Authentication so that you can focus on the core of your business.\n",
6   "homepage": "https://github.com/auth0/Lock.ReactNative",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Lock.ReactNative.git",
14     "tag": "0.4.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Classes/*.{h,m}",
26       "dependencies": {
27         "Lock/UI": [
28           "~> 1.12"
29         ],
30         "Lock/TouchID": [
32         ],
33         "Lock/SMS": [
35         ]
36       }
37     },
38     {
39       "name": "NativeModule",
40       "source_files": "Pod/Classes/NativeModule/*.{h,m}",
41       "dependencies": {
42         "React/Core": [
44         ],
45         "LockReact/Core": [
47         ]
48       }
49     }
50   ]