blob: d160a65e7452a0e98f46deb03e987a7f167abb47 [file] [log] [blame]
{
"name": "BIObjCHelpers",
"version": "0.2.11",
"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.11"
},
"social_media_url": "https://twitter.com/bogdaniusco",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"SVPullToRefresh": [
]
},
"source_files": [
"BIObjCHelpers/**/*.{h,m}",
"BIObjCHelpers/**/**/*.{h,m}"
]
}