blob: 82e189e716049d19c34bcad79671b27e07c70818 [file] [log] [blame]
{
"name": "BScrollController",
"version": "1.0.0",
"requires_arc": true,
"authors": {
"Piotr Bernad": "piotr.bernad@appunite.com"
},
"platforms": {
"ios": "6.0"
},
"summary": "Simple grouped scroll controller for UICollectionViewController items",
"license": {
"type": "MIT"
},
"ios": {
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/../../BScrollController/**"
}
},
"homepage": "http://github.com/piotrbernad/BScrollController",
"source": {
"git": "https://github.com/piotrbernad/BScrollController.git",
"tag": "1.0.0"
},
"source_files": "BScrollController/Classes/*.{h,m}"
}