blob: 46139cb2f8cdef8d37e0de49dbb8becf5961dfbd [file] [log] [blame]
{
"name": "ESLocaleFramework",
"version": "1.2.0",
"summary": "ESLocale binary for both simulator and iOS devices",
"description": "A library that helps configuring NSDateFormatter, NSCalendar and NSLocale correctly. It also contains locale aware date-time functions for SQLite.",
"homepage": "http://dodikk.github.io/ESLocale/v1.1/hierarchy.html",
"license": {
"type": "BSD",
"file": "ESLocale.framework/Resources/LICENSE.txt "
},
"source": {
"http": "https://github.com/dodikk/ESLocale/releases/download/v1.2/ESLocale.framework.zip"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"requires_arc": true,
"preserve_paths": "ESLocale.framework",
"frameworks": "Foundation",
"libraries": [
"sqlite3",
"c++",
"stdc++"
]
},
"public_header_files": "ESLocale.framework/Headers/**/*.h",
"vendored_frameworks": "ESLocale.framework"
}