blob: 33857547b6006a33f2863310d546914fe629c197 [file] [log] [blame]
{
"name": "BIObjCHelpers",
"version": "0.1.0",
"summary": "My collection of Objective-C helpers",
"description": " Simple collection of classes commonly used in Objective-C projects.\n",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BIObjCHelpersExample/Classes/Helpers/**/*.{h,m}",
"public_header_files": "BIObjCHelpersExample/Classes/Helpers/**/*.h"
}