blob: 878fc7d5cd4511b374399b6e4d43bd90f958b7e9 [file] [log] [blame]
{
"name": "BIObjCHelpers",
"version": "0.2.6",
"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.2.6"
},
"social_media_url": "https://twitter.com/bogdaniusco",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"SVPullToRefresh": [
"0.4.1"
]
},
"source_files": [
"Pod/**/*.{h,m}",
"Pod/Datasource/**/*.{h,m}",
"Pod/Handlers/**/*.{h,m}",
"Pod/Categories/**/*.{h,m}",
"Pod/Batch/**/*.{h,m}"
]
}