blob: c8658ee1ca18ca2836c59956f3ee43fe8f0f9e4d [file] [log] [blame]
{
"name": "MWFramework",
"version": "0.0.1",
"summary": "Reflection and repository design pattern for api access",
"homepage": "https://gitlab.com/saviormike/MWFramework",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Mike Wong": "saviormike@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitlab.com/saviormike/MWFramework.git",
"tag": "0.0.1"
},
"source_files": [
"MW**/**/*.{h,m}",
"ResponseData/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
],
"AFOAuth2Manager": [
]
}
}