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

25 lines
594 B
JSON

{
"name": "Bottomsheet",
"version": "1.0.1",
"summary": "Custom Swift AlertController.",
"homepage": "https://github.com/hryk224/Bottomsheet",
"screenshots": "https://raw.githubusercontent.com/wiki/hryk224/Bottomsheet/images/sample1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/Bottomsheet.git",
"tag": "1.0.1"
},
"source_files": "Bottomsheet/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}