- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathVASRefreshControl.podspec
More file actions
Latest commit
20 lines (15 loc) · 688 Bytes
/
Copy pathVASRefreshControl.podspec
File metadata and controls
20 lines (15 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name="VASRefreshControl"
s.version="1.0.1"
s.summary="Simple pull to refresh control with RACCommand support."
s.homepage="https://github.com/spbvasilenko/VASRefreshControl"
s.screenshots="https://habrastorage.org/files/0ef/bcf/e5c/0efbcfe5ce6041c6aa06901e2c08cff0.gif"
s.author={"Igor Vasilenko"=>"spb.vasilenko@gmail.com"}
s.platform=:ios,"6.0"
s.ios.deployment_target="6.0"
s.osx.deployment_target="10.7"
s.source_files="VASRefreshControl/**/*.{h,m}"
s.resources="VASRefreshControl/Resources/*.png"
s.requires_arc=true
s.dependency"ReactiveCocoa"
end