Skip to content

Commit

Permalink
* bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Oct 19, 2015
1 parent b0c78cd commit e9af29e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AppledocSettings.plist
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>--project-name</key>
<string>JSONModel 1.1</string>
<string>JSONModel 1.1.2</string>
<key>--print-settings</key>
<true/>
<key>--project-company</key>
Expand Down
10 changes: 9 additions & 1 deletion Changelog.md
@@ -1,7 +1,15 @@
Change-log
==========

**Version 1.2** @ 2015-01-21
**Version 1.1.2** @2015-10-19

Merging more requests re: iOS9

**Version 1.1** @2015-05

Merging more requests

**Version 1.0.2** @ 2015-01-21

- merged a number of pull requests that fix compatibility with iOS 8 and other issues

Expand Down
4 changes: 2 additions & 2 deletions JSONModel.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "JSONModel"
s.version = "1.1"
s.version = "1.1.2"
s.summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
s.homepage = "http://www.jsonmodel.com"

s.license = { :type => 'MIT', :file => 'LICENSE_jsonmodel.txt' }
s.author = { "Marin Todorov" => "touch-code-magazine@underplot.com" }

s.source = { :git => "https://github.com/icanzilb/JSONModel.git", :tag => "1.1" }
s.source = { :git => "https://github.com/icanzilb/JSONModel.git", :tag => "1.1.2" }

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
## Magical Data Modelling Framework for JSON

### Version 1.1
### Version 1.1.2

#####NB: Swift works in a different way under the hood than Objective-C. Therefore I can't find a way to re-create JSONModel in Swift. JSONModel in Objective-C works in Swift apps through CocoaPods or as an imported Objective-C library.

Expand Down

0 comments on commit e9af29e

Please sign in to comment.