Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e8dc7a4de | |||
| 6a48f737a5 | |||
| 3507a4c111 | |||
| 8a0f484005 | |||
| d53ce82709 | |||
| becf48a371 | |||
| 3ef6dc341f | |||
| d5c55b9fad | |||
| fe89d67619 | |||
| 7bf1067950 | |||
| 0965067d6b | |||
| 5ae841aeef | |||
| 573005104f |
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- InfiniteCollectionView (1.0.2)
|
||||
- InfiniteCollectionView (1.0.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- InfiniteCollectionView (from `..`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: ".."
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
InfiniteCollectionView: 98f7a81ea0b519e7f33a64306b7c148c996cb023
|
||||
InfiniteCollectionView: f1adbd99a90a953ddf504aa75a92e868467f07e2
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "InfiniteCollectionView",
|
||||
"version": "1.0.2",
|
||||
"summary": "Infinite Scrolling Using UICollectionView.",
|
||||
"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": {
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/hryk224/InfiniteCollectionView.git",
|
||||
"tag": "1.0.2"
|
||||
"tag": "1.0.0"
|
||||
},
|
||||
"source_files": "InfiniteCollectionView/*.{h,swift}",
|
||||
"frameworks": "UIKit",
|
||||
|
||||
Generated
+2
-2
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- InfiniteCollectionView (1.0.2)
|
||||
- InfiniteCollectionView (1.0.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- InfiniteCollectionView (from `..`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: ".."
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
InfiniteCollectionView: 98f7a81ea0b519e7f33a64306b7c148c996cb023
|
||||
InfiniteCollectionView: f1adbd99a90a953ddf504aa75a92e868467f07e2
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
buildForArchiving = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = 'primary'
|
||||
BlueprintIdentifier = 'DF940934065E988D66E7D5F0'
|
||||
BlueprintIdentifier = 'D09EB6C673F2B45CF7AD4994'
|
||||
BlueprintName = 'InfiniteCollectionView'
|
||||
ReferencedContainer = 'container:Pods.xcodeproj'
|
||||
BuildableName = 'InfiniteCollectionView.framework'>
|
||||
|
||||
+20
-20
@@ -2,25 +2,25 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.cocoapods.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.cocoapods.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "InfiniteCollectionView"
|
||||
s.version = "1.0.3"
|
||||
s.version = "1.0.2"
|
||||
s.summary = "Infinite Scrolling Using UICollectionView."
|
||||
s.homepage = "https://github.com/hryk224/InfiniteCollectionView"
|
||||
s.screenshots = "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif"
|
||||
|
||||
@@ -31,7 +31,7 @@ public class InfiniteCollectionView: UICollectionView {
|
||||
super.init(coder: aDecoder)
|
||||
configure()
|
||||
}
|
||||
override public init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
|
||||
override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
|
||||
super.init(frame: frame, collectionViewLayout: layout)
|
||||
configure()
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Infinite horizontal scrolling using `UICollectionView`
|
||||
|
||||
[](http://cocoadocs.org/docsets/InfiniteCollectionView)
|
||||
[](http://cocoadocs.org/docsets/InfiniteCollectionView)
|
||||
[](https://developer.apple.com/swift/)
|
||||
|
||||
<img src="https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif" width="320" >
|
||||
@@ -15,7 +15,7 @@ Infinite horizontal scrolling using `UICollectionView`
|
||||
|
||||
## install
|
||||
|
||||
#### CocoaPods
|
||||
#### Cocoapods
|
||||
|
||||
Adding the following to your `Podfile` and running `pod install`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user