blob: 15d9180594da550832197d1182187592942ded6f [file] [log] [blame]
{
"name": "LightRoom",
"version": "0.9.0",
"summary": "CoreImage Library",
"description": "Easy Chaining ImageFilter with CoreImage.",
"homepage": "https://github.com/muukii/LightRoom",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/muukii/LightRoom.git",
"tag": "0.9.0"
},
"source_files": "LightRoom/Classes/**/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"SwiftyJSON"
],
"dependencies": {
"SwiftyJSON": [
"2.3.0"
]
}
}