blob: 42b5a106f13ab919ba2d50c43b1d570fd1df3fd6 [file] [log] [blame]
{
"name": "InstagramSimpleOAuth",
"version": "0.3.0",
"summary": "A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.",
"homepage": "https://github.com/rbaumbach/InstagramSimpleOAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Baumbach": "rbaumbach.github@gmail.com"
},
"source": {
"git": "https://github.com/rbaumbach/InstagramSimpleOAuth.git",
"tag": "0.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": [
"InstagramSimpleOAuth/InstagramSimpleOAuth.h",
"InstagramSimpleOAuth/InstagramSimpleOAuthViewController.h",
"InstagramSimpleOAuth/InstagramLoginResponse.h",
"InstagramSimpleOAuth/InstagramUser.h"
],
"source_files": "InstagramSimpleOAuth/Source/*.{h,m}",
"resources": "InstagramSimpleOAuth/Source/*.xib",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SimpleOAuth2": [
"0.0.3"
],
"MBProgressHUD": [
"~> 0.9"
]
}
}