blob: 1d01f35d5137e16000667ab121eba6ab91376cdd [file] [log] [blame]
{
"name": "grabKit",
"version": "1.4",
"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.4"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "grabKit/grabKit/**/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"resources": "grabKit/grabKit/**/*.{xib}",
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.2.0"
],
"ISO8601DateFormatter": [
"~> 0.6"
],
"MBProgressHUD": [
"~> 0.6"
],
"NVUIGradientButton": [
"~> 1.3.0"
],
"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
}
]
}