blob: af9b9fd1e82b80441e89217ebafc10a3b6bc2bf3 [file] [log] [blame]
{
"name": "Sweetercolor",
"version": "1.0.0",
"license": "MIT",
"summary": "A color extension for Swift with Photoshop blending.",
"homepage": "http://jathu.me/sweetercolor/",
"authors": {
"Jathu Satkunarajah": "https://twitter.com/jathu"
},
"source": {
"git": "https://github.com/jathu/sweetercolor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "Sweetercolor/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}