blob: 6f4318c2cc82449f14cced60e5313b14cf55de97 [file] [log] [blame]
{
"name": "ESLocale",
"version": "1.0.1",
"summary": "ESLocale",
"description": "A library that helps configuring NSDateFormatter, NSCalendar and NSLocale correctly. It also contains locale aware date-time functions for SQLite.",
"homepage": "https://github.com/dodikk/ESLocale",
"license": {
"type": "BSD"
},
"source": {
"git": "https://github.com/dodikk/ESLocale.git",
"tag": "v1.0.1"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"ios": {
"requires_arc": true,
"header_mappings_dir": "ESLocale",
"source_files": "ESLocale/**/*.{c,cpp,mm,h,m}",
"prefix_header_file": "ESLocale/ESLocale-Prefix.pch",
"frameworks": "Foundation",
"libraries": [
"sqlite3",
"c++",
"stdc++"
]
}
}