[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / e / c / Devise / 1.1.0 / Devise.podspec.json
blobfcfb18df129260598c86530005b46a0df2cf1248
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     "Radosław Szeja": "radoslaw.szeja@netguru.pl",
14     "Paweł Białecki": "pawel.bialecki@netguru.pl"
15   },
16   "version": "1.1.0",
17   "source": {
18     "git": "https://github.com/netguru/devise-ios.git",
19     "tag": "1.1.0"
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "source_files": "Devise/**/*.{h,m}",
25   "requires_arc": true,
26   "dependencies": {
27     "UICKeyChainStore": [
28       "~> 1.1"
29     ],
30     "ngrvalidator": [
31       "~> 1.1.0"
32     ],
33     "XLForm": [
34       "~> 2.1"
35     ]
36   },
37   "frameworks": [
38     "AddressBook",
39     "AssetsLibrary",
40     "Foundation",
41     "CoreLocation",
42     "CoreMotion",
43     "CoreGraphics",
44     "CoreText",
45     "MediaPlayer",
46     "Security",
47     "SystemConfiguration",
48     "UIKit"
49   ],
50   "vendored_frameworks": [
51     "Frameworks/GoogleOpenSource.framework",
52     "Frameworks/GooglePlus.framework"
53   ],
54   "private_header_files": "Devise/**/*Private.h"