blob: 56748dbc9e2a33a17913aee13dddb2a60529de90 [file] [log] [blame]
{
"name": "SleakObjc",
"version": "0.1.0",
"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.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit",
"CommonCrypto"
],
"dependencies": {
"OrderedDictionary": [
]
},
"platforms": {
"ios": "7.0"
},
"source_files": "SleakObjc/*.{h,m}"
}