blob: 424415fdb19d1fc62d1cb362ec5f7c9b6a0729f7 [file] [log] [blame]
{
"name": "InstagramSimpleOAuth",
"version": "0.0.1",
"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"
},
"authors": {
"Ryan Baumbach": "rbaumbach.github@gmail.com"
},
"source": {
"git": "https://github.com/rbaumbach/InstagramSimpleOAuth.git",
"tag": "0.0.1"
},
"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": {
"AFNetworking": [
"~> 2.0"
],
"MBProgressHUD": [
"~> 0.9"
]
}
}