blob: 8f1b45d6d5ffd6196dce574e66d9eea18a381144 [file] [log] [blame]
{
"name": "IOStickyHeader",
"version": "1.0.0",
"summary": "Parallax and Sticky header done right using UICollectionViewLayout",
"description": "UICollectionView are flexible and you can use supplementary views to\nanything you wanted.",
"homepage": "https://github.com/BenjaminPrieur/IOStickyHeader.git",
"license": "MIT",
"authors": {
"Benjamin Prieur": "benjamin@prieur.org"
},
"source": {
"git": "https://github.com/BenjaminPrieur/IOStickyHeader.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}