blob: c281e6cb9a59aa411b0cf986b5d74baf8de10453 [file] [log] [blame]
{
"name": "HPCSMist",
"version": "0.0.7",
"summary": "A delightful networking interface to HP Cloud Services inspired by AFNetworking .",
"homepage": "https://github.com/hpcloud/HPCSMist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Hagedorn": "mike.hagedorn@hp.com"
},
"source": {
"git": "https://github.com/hpcloud/HPCSMist.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "Classes/Models/**/*.{h,m}",
"requires_arc": true,
"frameworks": "Security",
"dependencies": {
"AFNetworking": [
]
}
}