blob: d1f14129bcebdf518397a1ea535d345f245f66fe [file] [log] [blame]
{
"name": "OAuth1",
"version": "0.3",
"summary": "OAuth1 for iOS",
"description": "It's a library on iOS which is suitable for OAuth1.",
"homepage": "https://github.com/trongdth/OAuth1-for-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"trongdth": "trongdth@gmail.com"
},
"source": {
"git": "https://github.com/trongdth/OAuth1-for-iOS.git",
"tag": "0.3"
},
"social_media_url": "https://twitter.com/trongdth",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "OAuth1/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"SystemConfiguration"
]
}