blob: 7f9bf8f076af2893d37bc03d080967ac17f5a8ed [file] [log] [blame]
{
"name": "Devise",
"summary": "Simple Devise client for iOS",
"homepage": "https://github.com/netguru/devise-ios",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Patryk Kaczmarek": "patryk.kaczmarek@netguru.pl",
"Adrian Kashivskyy": "adrian.kashivskyy@netguru.pl",
"Wojciech Trzasko": "wojciech.trzasko@netguru.pl"
},
"version": "0.1.1",
"source": {
"git": "https://github.com/netguru/devise-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Devise/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
],
"UICKeyChainStore": [
"~> 1.1"
],
"ngrvalidator": [
"~> 0.3.0"
],
"XLForm": [
"~> 2.1"
]
},
"public_header_files": [
"Devise/Devise.h",
"DVSAccessibilityLabels.h",
"DVSAccountRetrieverViewController.h",
"Devise/DVSConfiguration.h",
"DVSHTTPClient.h",
"DVSLoginSignUpFormViewController.h",
"DVSTypedefs.h",
"DVSUser.h",
"DVSUser+Persistence.h",
"DVSUser+Querying.h",
"DVSUser+Requests.h"
]
}