blob: 2fae85c80042d2363c81cd136d044d6d59d32e7e [file] [log] [blame]
{
"name": "ALMediaLibrary",
"version": "0.2",
"summary": "A wrapper around Photos framework",
"description": "This is a wrapper around the Photos framework",
"homepage": "https://github.com/andrealufino/ALMediaLibrary",
"license": "MIT",
"authors": {
"Andrea Mario Lufino": "andrea.lufino@me.com"
},
"source": {
"git": "https://github.com/andrealufino/ALMediaLibrary.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ALMediaLibrary": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit",
"Photos"
]
}