Skip to content

Commit

Permalink
iActiveRecord: 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed May 16, 2012
1 parent 22c4a19 commit 7c2c435
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions iActiveRecord/1.1.2/iActiveRecord.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'iActiveRecord'
s.version = '1.1.2'
s.license = 'MIT'
s.summary = 'ActiveRecord for iOS without CoreData, only SQLite.'
s.homepage = 'https://github.com/AlexDenisov/iActiveRecord'
s.description = %{
ActiveRecord for iOS without CoreData. Only SQLite.
For more details check Wiki on Github.
}
s.author = { 'Alex Denisov' => '1101.debian@gmail.com' }
s.source = { :git => 'git://github.com/AlexDenisov/iActiveRecord.git', :tag => '1.1.2'}
s.platform = :ios
s.source_files = 'iActiveRecord/*.{c,h,m}'
s.library = 'sqlite3'
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'SQLITE_CORE SQLITE_ENABLE_UNICODE' }
end

0 comments on commit 7c2c435

Please sign in to comment.