forked from FluidGroup/NextGrowingTextView
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNextGrowingTextView.podspec
More file actions
Latest commit
16 lines (13 loc) · 626 Bytes
/
Copy pathNextGrowingTextView.podspec
File metadata and controls
16 lines (13 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="NextGrowingTextView"
s.version="0.8.0"
s.summary="The next in the generations of 'growing textviews' optimized for iOS 7 and above."
s.homepage="https://github.com/muukii/NextGrowingTextView"
s.license='MIT'
s.author={"muukii"=>"m@muukii.me"}
s.source={:git=>"https://github.com/muukii/NextGrowingTextView.git",:tag=>s.version.to_s}
# s.social_media_url = 'https://twitter.com/muukii0803'
s.platform=:ios,'8.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
end