blob: 933a4bf6a975aa1cc2d4b8c5d76e4822c553e71b [file] [log] [blame]
{
"name": "BIObjCHelpers",
"version": "0.4.0",
"summary": "My collection of Objective-C helpers",
"description": "Simple collection of classes commonly used in Objective-C projects.",
"homepage": "https://github.com/grigaci/BIObjCHelpers",
"license": "MIT",
"authors": {
"Bogdan Iusco": "bogdan.iusco@gmail.com"
},
"source": {
"git": "https://github.com/grigaci/BIObjCHelpers.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/bogdaniusco",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"BIObjCHelpers/**/*.{h,m}",
"BIObjCHelpers/**/**/*.{h,m}"
]
}