blob: f86517bb5425366cd2be2c84c80c558a1d60ddcc [file] [log] [blame]
{
"name": "OMGFramework",
"version": "0.0.2",
"summary": "OMGFramework is a set of convenience classes and tools that are commonly used when developing iOS applications.",
"homepage": "https://github.com/Vaseltior/OMGFramework",
"license": "Apache License, Version 2.0",
"authors": {
"Samuel Grau": "samuel.grau@gmail.com"
},
"source": {
"git": "https://github.com/Vaseltior/OMGFramework.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"OMGFramework",
"OMGFramework/**/*.{h,m}"
],
"dependencies": {
"FDStatusBarNotifierView": [
"0.1.0"
],
"CocoaLumberjack": [
"~> 1.6"
]
}
}