Files
InfiniteCollectionView/Example/Pods/Local Podspecs/InfiniteCollectionView.podspec.json
T
2016-01-04 03:06:42 +09:00

25 lines
679 B
JSON

{
"name": "InfiniteCollectionView",
"version": "1.0.0",
"summary": "Component which presents a dismissible view from the bottom of the screen.",
"homepage": "https://github.com/hryk224/InfiniteCollectionView",
"screenshots": "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/InfiniteCollectionView.git",
"tag": "1.0.0"
},
"source_files": "InfiniteCollectionView/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}