forked from Q42/ElementDiff
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElementDiff.podspec
More file actions
Latest commit
22 lines (16 loc) · 731 Bytes
/
Copy pathElementDiff.podspec
File metadata and controls
22 lines (16 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.name="ElementDiff"
s.version="0.3.0"
s.summary="Animate tableview for view model arrays"
s.description=<<-DESC
Animate UITableView s and UICollectionViews based on changes in view model arrays.
DESC
s.license='MIT'
s.author={"Tom Lokhorst"=>"tom@lokhorst.eu"}
s.social_media_url="https://twitter.com/tomlokhorst"
s.homepage="https://github.com/Q42/ElementDiff"
s.platform=:ios,'8.0'
s.source={:git=>"https://github.com/Q42/ElementDiff.git",:tag=>s.version.to_s}
s.requires_arc=true
s.source_files='Sources/**/*'
end