Fix misspelling in podspec summary

This commit is contained in:
Artur Antonov 2016-10-03 20:38:49 +03:00 committed by GitHub
parent 75837c4281
commit b572513409

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SugarRecord"
s.version = "3.0.0-alpha.2"
s.summary = "CoreData & Realmwrapper written on Swift"
s.summary = "CoreData & Realm wrapper written on Swift"
s.homepage = "https://github.com/carambalabs/SugarRecord"
s.license = 'MIT'
s.author = { "Pedro" => "pepibumur@gmail.com" }