blob: cf9d7b288b632f9f4350bf0b0677c841e9f2ae59 [file] [log] [blame]
{
"name": "LightRoom",
"version": "0.0.1",
"summary": "CoreImage Library",
"description": "Functional 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.0.1"
},
"source_files": "LightRoom/Classes/**/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"SwiftyJSON"
],
"dependencies": {
"SwiftyJSON": [
"2.3.0"
]
}
}