[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / 3 / ESLocale / 1.1 / ESLocale.podspec.json
blob221c25613655fabea14d7e67e00ef5635d0f5cf6
2   "name": "ESLocale",
3   "version": "1.1",
4   "summary": "ESLocale",
5   "description": "A library that helps configuring NSDateFormatter, NSCalendar and NSLocale correctly. It also contains locale aware date-time functions for SQLite.",
6   "homepage": "https://github.com/dodikk/ESLocale",
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/dodikk/ESLocale.git",
10     "tag": "v1.1"
11   },
12   "authors": {
13     "Alexander Dodatko": "dodikk88.tutor@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "ios": {
19     "requires_arc": true,
20     "header_mappings_dir": "ESLocale",
21     "source_files": "ESLocale/**/*.{c,cpp,mm,h,m}",
22     "prefix_header_file": "ESLocale/ESLocale-Prefix.pch",
23     "frameworks": "Foundation",
24     "libraries": [
25       "sqlite3",
26       "c++",
27       "stdc++"
28     ]
29   }