forked from mysterioustrousers/MTMigration
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMTMigration.podspec
More file actions
Latest commit
12 lines (12 loc) · 593 Bytes
/
Copy pathMTMigration.podspec
File metadata and controls
12 lines (12 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name="MTMigration"
s.version="0.0.2a"
s.summary="Manages blocks of code that only need to run once on version updates in iOS apps."
s.homepage="https://github.com/mysterioustrousers/MTMigration"
s.license='MIT'
s.author={"Parker Wightman"=>"parkerwightman@gmail.com"}
s.source={:git=>"https://github.com/garthex/MTMigration.git",:commit=>"4cee61a28fd8bab5ca5fd2ab5a31028744f3e902"}
s.platform=:ios,'5.0'
s.source_files='MTMigration/MTMigration.{h,m}'
s.requires_arc=true
end