blob: d261fe40574f319bce97eeb56ef1ae693185c864 [file] [log] [blame]
{
"name": "drupal-ios-sdk",
"version": "4.0.0",
"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.0-alpha1"
},
"source_files": "*.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"
}