[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 2 / 9 / LockReactNative / 0.0.4 / LockReactNative.podspec.json
blobb058e522fcb9589443eb389fce727758510b7b9d
2   "name": "LockReactNative",
3   "version": "0.0.4",
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.4"
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": [
32           "~> 1.21"
33         ],
34         "Lock/TouchID": [
36         ],
37         "Lock/SMS": [
39         ],
40         "Lock/Email": [
42         ]
43       },
44       "frameworks": [
45         "UIKit",
46         "WebKit"
47       ]
48     },
49     {
50       "name": "NativeModule",
51       "source_files": "objc/*.{h,m}",
52       "dependencies": {
53         "React/Core": [
55         ],
56         "LockReactNative/Core": [
58         ]
59       }
60     }
61   ]