blob: b26155b6d24abd41c346a8c7560c7d14afa9ef5f [file] [log] [blame]
{
"name": "Alchemiq",
"version": "1.0.2",
"summary": "Alchemiq is a framework which provides mixins to Objetive-C",
"description": "Alchemiq provides possibility of using mixins (aka traits) in Objective-C. Inspired by mixins ideas in Ruby modules and Swift protocol extensions.",
"homepage": "https://github.com/iaagg/Alchemiq.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksey Getman": "getmanag@gmail.com"
},
"source": {
"git": "https://github.com/iaagg/Alchemiq.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Alchemiq/Classes/**/*"
}