blob: 221c25613655fabea14d7e67e00ef5635d0f5cf6 [file] [log] [blame]
{
"name": "ESLocale",
"version": "1.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": "BSD",
"source": {
"git": "https://github.com/dodikk/ESLocale.git",
"tag": "v1.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++"
]
}
}