[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 5 / 2 / 0 / Format / 0.1.2 / Format.podspec.json
blob152cc2e49f613445b15803d3ad21706f9602a479
2   "name": "Format",
3   "version": "0.1.2",
4   "summary": "A Swift formatter kit.",
5   "description": "A Swift formatting framework. Simple formatting syntax for decimal numbers, currency, addresses, ordinal numbers and hexadecimal colors.",
6   "homepage": "https://github.com/marmelroy/Format",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marmelroy/Format.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "http://twitter.com/marmelroy",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Format",
21   "frameworks": [
22     "MapKit",
23     "AddressBook",
24     "CoreLocation",
25     "Contacts"
26   ]