| { |
| "name": "MoneyFramework", |
| "version": "1.0.3", |
| "summary": "Money Design Pattern in Swift", |
| "description": "Simple implementation of The Money Pattern, defined by Martin Fowler.", |
| "homepage": "http://mentormate.bg", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Aleksandar Petrov": "aleksandar.petrov@mentormate.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/AleksandarPetrov/Money-Design-Pattern-in-Swift.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": "Classes/Swift/*", |
| "requires_arc": true |
| } |