- Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathFormKit.m.podspec
More file actions
Latest commit
15 lines (15 loc) · 682 Bytes
/
Copy pathFormKit.m.podspec
File metadata and controls
15 lines (15 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="FormKit.m"
s.version="0.4.0"
s.summary="FormKit.m is a library that helps building form with table view."
s.homepage="https://github.com/brunow/FormKit.m"
s.license='Apache License 2.0'
s.author={"Bruno Wernimont"=>"hello@brunowernimont.be"}
s.source={:git=>"https://github.com/brunow/FormKit.m.git",:tag=>"0.4.0"}
s.platform=:ios,'6.0'
s.source_files='FormKit/*.{h,m}','FormKit/Fields/*.{h,m}'
s.requires_arc=true
s.dependency'BWLongTextViewController','~> 1.0'
s.dependency'ActionSheetPicker2','~> 0.1'
s.dependency'BWSelectViewController'
end