File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ModelRocket"
3- s . version = "1.1 "
3+ s . version = "1.2 "
44 s . license = "MIT"
55 s . summary = "An iOS framework for creating JSON-based models. Written in Swift."
66 s . homepage = "https://github.com/ovenbits/ModelRocket"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1 </string >
18+ <string >1.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ An iOS framework for creating JSON-based models. Written in Swift (because [it t
1111## Requirements
1212
1313- iOS 7.0+
14- - Xcode 7 beta 6+
14+ - Xcode 7
1515- Swift 2
1616
1717## Installation
You can’t perform that action at this time.
0 commit comments