blob: 1998284a7decfda16e2285bf4b02b59326f78e56 [file] [log] [blame]
{
"name": "InstagramSimpleOAuth",
"version": "0.5.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": "MIT-LICENSE.txt"
},
"authors": {
"Ryan Baumbach": "github@ryan.codes"
},
"source": {
"git": "https://github.com/rbaumbach/InstagramSimpleOAuth.git",
"tag": "0.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"InstagramSimpleOAuth/Source/InstagramSimpleOAuth.h",
"InstagramSimpleOAuth/Source/InstagramSimpleOAuthViewController.h",
"InstagramSimpleOAuth/Source/InstagramLoginResponse.h",
"InstagramSimpleOAuth/Source/InstagramUser.h"
],
"source_files": "InstagramSimpleOAuth/Source/*.{h,m}",
"resources": "InstagramSimpleOAuth/Resources/*.xib",
"dependencies": {
"SimpleOAuth2": [
"0.1.4"
],
"MBProgressHUD": [
">= 0.9"
]
}
}