[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 3 / e / c / Devise / 0.1.2 / Devise.podspec.json
blob9052ebe333550409ef24a36f90e7a0a572efed45
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.2",
15   "source": {
16     "git": "https://github.com/netguru/devise-ios.git",
17     "tag": "0.1.2"
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     "Facebook-iOS-SDK": [
38       "~> 3.23"
39     ]
40   },
41   "private_header_files": "Devise/**/*Private.h"