blob: 8408f14591298dfe4a4257a933901035da010e95 [file] [log] [blame]
{
"name": "Alchemiq",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Alchemiq/Classes/**/*"
}