| { |
| "name": "CRCurrencyString", |
| "version": "1.0.4", |
| "summary": "Currency string formatting made simple", |
| "description": "CRCurrencyString lets you format currency string in one single line of code.\nSupporting 100+ currencies!", |
| "homepage": "https://github.com/craffenoux/CRCurrencyString", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Clément Raffenoux", |
| "social_media_url": "http://twitter.com/craffenoux", |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/craffenoux/CRCurrencyString.git", |
| "tag": "v1.0.4" |
| }, |
| "source_files": "*.{h,m}", |
| "resource_bundles": { |
| "CRCurrencyString": [ |
| "**/*.json" |
| ] |
| } |
| } |