blob: 781db9fe70f182901bbf5c25f304f2ee92c91134 [file] [log] [blame]
{
"name": "ESLocale",
"version": "1.2",
"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.2"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"platforms": {
"ios": "7.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++"
]
}
}