blob: 88d5ed652a85d38604af0133dcbf4328cc22305b [file] [log] [blame]
{
"name": "PhotosProvider",
"version": "0.2.0",
"summary": "Use combined PhotoObjects.",
"description": "You can use Photos Framework easily",
"homepage": "http://github.com/muukii/PhotosProvider",
"license": "MIT",
"requires_arc": true,
"authors": {
"muukii": "m@muukii.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/muukii/PhotosProvider.git",
"tag": "0.2.0"
},
"source_files": "PhotosProvider/Classes/**/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"GCDKit"
],
"dependencies": {
"GCDKit": [
"~> 1.2.1"
]
}
}