blob: 2882f785e96a00ea6d9c971a9e57c649972b6932 [file] [log] [blame]
{
"name": "BFGallery",
"version": "0.1.5",
"summary": "Objective C Gallery.",
"description": "Objective C Gallery.",
"requires_arc": true,
"homepage": "https://github.com/darioalessandro/BlackFireGallery",
"license": {
"type": "Apache2",
"file": "License.txt"
},
"authors": {
"Dario Lencina": "darioalessandrolencina@gmail.com"
},
"social_media_url": "https://twitter.com/darioalessandro",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/darioalessandro/BlackFireGallery.git",
"tag": "0.1.5"
},
"source_files": "BFGallery/BFGalleryLib/*.{h,m}",
"subspecs": [
{
"name": "json",
"source_files": "BFGallery/JSON/*.{h,m}",
"requires_arc": false
}
]
}