blob: ac10e9b568f9f5c3ec0793e77e6f0d9eca8bc0d1 [file] [log] [blame]
{
"name": "Informative",
"version": "0.0.1",
"summary": "iOS library for creating an information view positioned below the status bar",
"description": " iOS library for creating an information view positioned below the status bar, similar to the inbuilt iOS in-call status bar.\n\n Compatible with iOS 6/7.\n",
"homepage": "https://github.com/davidlawson/Informative",
"screenshots": "https://github.com/davidlawson/Informative/raw/master/informative.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Lawson": "hello@davidlawson.com.au"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/davidlawson/Informative.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"JRSwizzle": [
]
}
}