[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 2 / 9 / LockReactNative / 0.0.1 / LockReactNative.podspec.json
bloba389fba1d7e3273d294c688f1fe10399df18a3ee
2   "name": "LockReactNative",
3   "version": "0.0.1",
4   "summary": "A wrapper of Lock for iOS to use with React Native.",
5   "description": "[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\nAuth0 is a SaaS that helps you with Authentication and Authorization. \nYou 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. \nWe 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. \nLet us worry about Authentication so that you can focus on the core of your business.",
6   "homepage": "https://github.com/auth0/react-native-lock-ios",
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/react-native-lock-ios.git",
14     "tag": "0.0.1"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "Core",
23     "NativeModule"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "objc/core/*.{h,m}",
29       "public_header_files": "objc/core/A0LockReact.h",
30       "dependencies": {
31         "Lock/UI": [
32           "~> 1.21"
33         ],
34         "Lock/TouchID": [
36         ],
37         "Lock/SMS": [
39         ],
40         "Lock/Email": [
42         ]
43       }
44     },
45     {
46       "name": "NativeModule",
47       "source_files": "objc/*.{h,m}",
48       "dependencies": {
49         "React/Core": [
51         ],
52         "LockReactNative/Core": [
54         ]
55       }
56     }
57   ]