blob: b14ec4b37cdec3b71f2bc75cca9e1f6840b98b7b [file] [log] [blame]
{
"name": "drupal-ios-sdk",
"version": "4.0.1",
"summary": "A framework for communicating to Drupal via an iPhone.",
"homepage": "https://github.com/kylebrowning/drupal-ios-sdk",
"authors": {
"Kyle Browning": "kylebrowning@me.com"
},
"source": {
"git": "https://github.com/kylebrowning/drupal-ios-sdk.git",
"tag": "4.0.1-alpha1"
},
"source_files": "DIOS.swift",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"license": {
"type": "MPL 1.1/GPL 2.0",
"file": "LICENSE"
},
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"deprecated_in_favor_of": "DIOS"
}