blob: 86faa2eeefbab824deea34eca55f3600101a58bb [file] [log] [blame]
{
"name": "PYOAuthWZ",
"version": "0.6",
"summary": "OAuth Pod for @Zieglar NodeJs Framework",
"description": "This is the OAuth Pod for @Zieglar's Nodejs framework.\nIf you do not know how to use it, then leave it alone.",
"homepage": "https://github.com/littlepush/PYOAuthWZ",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"social_media_url": "https://github.com/littlepush",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/littlepush/PYOAuthWZ.git",
"tag": "0.6"
},
"dependencies": {
"PYCore": [
],
"PYData": [
],
"PYNetwork": [
]
},
"source_files": [
"PYOAuthWZ/*.{h,m}",
"PYOAuthWZ/**/*.{h,m}"
]
}