[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / c / Devise / 0.1.1 / Devise.podspec.json
blob7f9bf8f076af2893d37bc03d080967ac17f5a8ed
2   "name": "Devise",
3   "summary": "Simple Devise client for iOS",
4   "homepage": "https://github.com/netguru/devise-ios",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.md"
8   },
9   "authors": {
10     "Patryk Kaczmarek": "patryk.kaczmarek@netguru.pl",
11     "Adrian Kashivskyy": "adrian.kashivskyy@netguru.pl",
12     "Wojciech Trzasko": "wojciech.trzasko@netguru.pl"
13   },
14   "version": "0.1.1",
15   "source": {
16     "git": "https://github.com/netguru/devise-ios.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "Devise/**/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.5.0"
27     ],
28     "UICKeyChainStore": [
29       "~> 1.1"
30     ],
31     "ngrvalidator": [
32       "~> 0.3.0"
33     ],
34     "XLForm": [
35       "~> 2.1"
36     ]
37   },
38   "public_header_files": [
39     "Devise/Devise.h",
40     "DVSAccessibilityLabels.h",
41     "DVSAccountRetrieverViewController.h",
42     "Devise/DVSConfiguration.h",
43     "DVSHTTPClient.h",
44     "DVSLoginSignUpFormViewController.h",
45     "DVSTypedefs.h",
46     "DVSUser.h",
47     "DVSUser+Persistence.h",
48     "DVSUser+Querying.h",
49     "DVSUser+Requests.h"
50   ]