blob: 2667ab1b5647c9f7b3e869c290df5795fa27ed67 [file] [log] [blame]
{
"name": "InstagramSimpleOAuth",
"version": "0.4.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.4.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"InstagramaSimpleOAuth/Source/InstagramSimpleOAuth.h",
"InstagramSimpleOAuth/Source/InstagramSimpleOAuthViewController.h",
"InstagramSimpleOAuth/Source/InstagramLoginResponse.h",
"InstagramSimpleOAuth/Source/InstagramUser.h"
],
"source_files": "InstagramSimpleOAuth/Source/*.{h,m}",
"resources": "InstagramSimpleOAuth/Source/*.xib",
"dependencies": {
"SimpleOAuth2": [
"0.1.3"
],
"MBProgressHUD": [
">= 0.9"
]
}
}