blob: f6ee5822ed687284ad23aa073570037886b508b9 [file] [log] [blame]
{
"name": "FSPhotoBrowser",
"version": "0.1.9",
"summary": "Facebook style photo browser",
"description": "Facebook Style Photo Browser",
"homepage": "https://github.com/DevDivinity/FSPhotoBrowser",
"license": "MIT",
"authors": {
"DevDivinity": "DevDivinity"
},
"source": {
"git": "https://github.com/DevDivinity/FSPhotoBrowser.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/IDMPhotoBrowser.bundle",
"resource_bundles": {
"FSPhotoBrowser": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"Security"
],
"dependencies": {
"AFNetworking": [
],
"DACircularProgress": [
],
"pop": [
],
"TTTAttributedLabel": [
]
}
}