blob: 3f02ab5aabeecfe04315d820985157b4547d4ec7 [file] [log] [blame]
{
"name": "drupal-ios-sdk",
"version": "3.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": "3.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"license": "MPL 1.1/GPL 2.0",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"deprecated_in_favor_of": "DIOS"
}