blob: 837b3738683405c4eae481b35e31b39c02c46675 [file] [log] [blame]
{
"name": "TypeBurritoFramework",
"version": "1.1.3",
"summary": "Over-Typing Swift μFramework",
"description": "TypeBurritoFramework allows one to simply create (effective) subtypes for Swift structs (which cannot be subclassed).\nThis allows for a type model which better reflects the programmer's mental model.\ne.g. distinguishing between String -> SQLQuery, Double -> Kgs, etc.",
"homepage": "https://github.com/ataibarkai/TypeBurritoFramework",
"license": "MIT",
"authors": {
"Atai Barkai": "atai.barkai@gmail.com"
},
"social_media_url": "http://twitter.com/ataiiam",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/ataibarkai/TypeBurritoFramework.git",
"tag": "v1.1.3"
},
"source_files": [
"CommonSource",
"CommonSource/**/*.{h,m}"
]
}