blob: 0b5d48b3bec9b37ee1c0768bca311f3a0714f069 [file] [log] [blame]
{
"name": "OMGFramework",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"OMGFramework",
"OMGFramework/**/*.{h,m}"
],
"dependencies": {
"FDStatusBarNotifierView": [
"~> 0.1.0"
]
},
"requires_arc": false
}