blob: 074bda39ef2db8bf565c823eefffef2f47bdcaab [file] [log] [blame]
{
"name": "RTFacebookAlbum",
"version": "1.0",
"summary": "Facebook Album and photo browser/",
"homepage": "https://github.com/rishabhtayal/RTFacebookAlbum",
"license": "MIT",
"authors": {
"Rishabh Tayal": "rtayal11@gmail.com"
},
"source": {
"git": "https://github.com/rishabhtayal/RTFacebookAlbum.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": "FacebookSDK",
"header_dir": "FacebookSDK",
"preserve_paths": "FacebookSDK.framework",
"dependencies": {
"Facebook-iOS-SDK": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$RTFacebookAlbum/FacebookSDK\""
}
}