Skip to content

Commit 1e0ae10

Browse files
authored
Merge pull request #12 from hryk224/1.4.0
1.3.1
2 parents bcc954d + 105846f commit 1e0ae10

File tree

10 files changed

+235
-183
lines changed

10 files changed

+235
-183
lines changed

InfiniteCollectionView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "InfiniteCollectionView"
3-
s.version = "1.3.0"
3+
s.version = "1.3.1"
44
s.summary = "Infinite Scrolling Using UICollectionView."
55
s.homepage = "https://github.com/hryk224/InfiniteCollectionView"
66
s.screenshots = "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif"
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "hyyk224" => "[email protected]" }
99
s.platform = :ios, "8.0"
1010
s.source = { :git => "https://github.com/hryk224/InfiniteCollectionView.git", :tag => "#{s.version}" }
11-
s.source_files = "InfiniteCollectionView/*.{h,swift}"
11+
s.source_files = "Sources/*.{h,swift}"
1212
s.frameworks = "UIKit"
1313
s.requires_arc = true
1414
end
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>CFBundleDevelopmentRegion</key>
5+
<string>en</string>
6+
<key>CFBundleExecutable</key>
7+
<string>$(EXECUTABLE_NAME)</string>
8+
<key>CFBundleIdentifier</key>
9+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
10+
<key>CFBundleInfoDictionaryVersion</key>
11+
<string>6.0</string>
12+
<key>CFBundleName</key>
13+
<string>$(PRODUCT_NAME)</string>
14+
<key>CFBundlePackageType</key>
15+
<string>BNDL</string>
16+
<key>CFBundleShortVersionString</key>
17+
<string>1.0</string>
18+
<key>CFBundleSignature</key>
19+
<string>????</string>
20+
<key>CFBundleVersion</key>
21+
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<key>NSPrincipalClass</key>
23+
<string></string>
24+
</dict>
25+
</plist>

InfiniteCollectionView/Info.plist renamed to InfiniteCollectionView.xcodeproj/InfiniteCollectionView_Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)