blob: 9d47c00ab0c987d0aeb2665205234840903bb3b2 [file] [log] [blame]
{
"name": "BIObjCHelpers",
"version": "0.2.2",
"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.2.2"
},
"social_media_url": "https://twitter.com/bogdaniusco",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/**/*.{h,m}",
"Pod/Datasource/**/*.{h,m}",
"Pod/Handlers/**/*.{h,m}"
]
}