blob: 853bca89af3c48bbca65c9216322ca93fe667da1 [file] [log] [blame]
{
"name": "grabKit",
"version": "1.3.1",
"summary": "Drop-in iOS component to easily import photos from Facebook, FlickR, Instagram, Picasa, and more.",
"description": "\t\t\t\tGrabKit allows you to retrieve photos from :\n\t\t\t\t\t* Facebook\n\t\t\t\t\t* FlickR\n\t\t\t\t\t* Picasa\n\t\t\t\t\t* Instagram\n\t\t\t\t\t* iPhone/iPad\n\t\t\t\t\t* ... and more to come.\n",
"homepage": "https://github.com/pierrotsmnrd/grabKit",
"screenshots": "https://github.com/pierrotsmnrd/grabKit/blob/master/doc/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Pierre-Olivier Simonard": "pierre.olivier.simonard@gmail.com"
},
"source": {
"git": "https://github.com/pierrotsmnrd/grabKit.git",
"tag": "v1.3.1"
},
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source_files": "grabKit/grabKit/**/*.{h,m}",
"resources": "grabKit/grabKit/**/*.{xib}",
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.2.0"
],
"ISO8601DateFormatter": [
"~> 0.6"
],
"MBProgressHUD": [
"~> 0.6"
],
"NVUIGradientButton": [
"~> 1.3.0"
],
"PSTCollectionView": [
"~> 0.0.1"
],
"objectiveflickr": [
"~> 2.0.2"
]
},
"ios": {
"frameworks": [
"Accounts",
"AdSupport",
"AssetsLibrary",
"CFNetwork",
"QuartzCore",
"Security",
"Social",
"SystemConfiguration"
]
},
"subspecs": [
{
"name": "GData",
"dependencies": {
"GData": [
"~> 0.0.1"
]
},
"requires_arc": false
}
]
}