blob: a9f42a57dc392b7efeee554145ca3382a4dd2496 [file] [log] [blame]
{
"name": "SleakObjc",
"version": "0.1.1",
"summary": "A library for Sleak written in Objctive-C.",
"homepage": "https://github.com/sleak/sleakobjc",
"authors": {
"Jason Silberman": "j@j99.co"
},
"source": {
"git": "https://github.com/sleak/sleakobjc.git",
"tag": "v0.1.1"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"OrderedDictionary": [
]
},
"platforms": {
"ios": "7.0"
},
"source_files": "SleakObjc/*.{h,m}"
}