blob: 522a1333b24d057ed48ca6204d625227b2d8ba33 [file] [log] [blame]
{
"name": "AFOAuth1",
"version": "0.0.1",
"summary": "OAuth1 based on AFNetworking 2.2.0.",
"homepage": "https://github.com/wssand44/AFOAuth1",
"license": "MIT",
"authors": {
"Song.Wang": "wangsong44@msn.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wssand44/AFOAuth1.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2.0"
]
}
}