blob: de0398f9f9b30d2d67d8ab67eb5eff5db79819a0 [file] [log] [blame]
{
"name": "UIApplication+Helper",
"version": "0.1.1",
"summary": "Helper methods for determining different characteristics of the application.",
"description": "Useful methods for determining different characteristics of the application.",
"homepage": "https://github.com/Bogdan-Stasjuk/UIApplication-Helper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/UIApplication-Helper.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIApplication+Helper/*.{h,m}",
"public_header_files": "UIApplication+Helper/*.h"
}