-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "EasyListView" | ||
s.version = "1.2.4" | ||
s.version = "1.3.0" | ||
s.summary = "快速搭建静态及可重用列表" | ||
s.homepage = "https://github.com/moliya/EasyListView" | ||
s.license = "MIT" | ||
s.author = {'Carefree' => '[email protected]'} | ||
s.source = { :git => "https://github.com/moliya/EasyListView.git", :tag => s.version} | ||
s.source_files = "Sources/*" | ||
s.requires_arc = true | ||
s.platform = :ios, '9.0' | ||
s.swift_version = '5.0' | ||
s.dependency 'EasyCompatible' | ||
s.source_files = "Sources/**/*" | ||
end |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
source 'https://cdn.cocoapods.org/' | ||
use_frameworks! | ||
platform :ios, '9.0' | ||
|
||
target 'EasyListViewExample' do | ||
pod 'EasyListView', :path => './' | ||
end |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
PODS: | ||
- EasyCompatible (1.0) | ||
- EasyListView (1.3.0): | ||
- EasyCompatible | ||
|
||
DEPENDENCIES: | ||
- EasyListView (from `./`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- EasyCompatible | ||
|
||
EXTERNAL SOURCES: | ||
EasyListView: | ||
:path: "./" | ||
|
||
SPEC CHECKSUMS: | ||
EasyCompatible: 571e10cf69d018b820f65cd6b99f76573313db6e | ||
EasyListView: ac1b3dcd19ef3fb5b2ea48b74b91a8171cc723e8 | ||
|
||
PODFILE CHECKSUM: 85d9c6237193f3c7e89929aa9b3c1282aad65d38 | ||
|
||
COCOAPODS: 1.11.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.