[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / e / c / Devise / 1.0.0 / Devise.podspec.json
blobd43a6d3bf37e8aedcd2b0013ac7dc0941e62bd9e
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.0.0",
17   "source": {
18     "git": "https://github.com/netguru/devise-ios.git",
19     "tag": "1.0.0"
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "source_files": "Devise/**/*.{h,m}",
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.5.0"
29     ],
30     "UICKeyChainStore": [
31       "~> 1.1"
32     ],
33     "ngrvalidator": [
34       "~> 0.4.2"
35     ],
36     "XLForm": [
37       "~> 2.1"
38     ]
39   },
40   "frameworks": [
41     "AddressBook",
42     "AssetsLibrary",
43     "Foundation",
44     "CoreLocation",
45     "CoreMotion",
46     "CoreGraphics",
47     "CoreText",
48     "MediaPlayer",
49     "Security",
50     "SystemConfiguration",
51     "UIKit"
52   ],
53   "vendored_frameworks": [
54     "Frameworks/GoogleOpenSource.framework",
55     "Frameworks/GooglePlus.framework"
56   ],
57   "private_header_files": "Devise/**/*Private.h"