blob: 421f93f04fb1c0e0eb31f8b6440b146c8d766418 [file] [log] [blame]
{
"name": "Joda-Convert",
"version": "1.7",
"authors": {
"Michael Voong": "michael@laundrapp.com"
},
"source": {
"git": "https://github.com/hambroperks/joda-convert.git",
"tag": "v1.7-j2objc"
},
"summary": "Java library to enable conversion to and from standard string formats. Converted to Objective-C using J2ObjC.",
"homepage": "http://www.joda.org/joda-convert/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"dependencies": {
"J2ObjC/lib/jre": [
"~> 0.9.6.1"
],
"J2ObjC/lib/jsr305": [
"~> 0.9.6.1"
],
"J2ObjC/lib/guava": [
"~> 0.9.6.1"
]
},
"source_files": "src/gen/objc/**/*.{h,m}",
"public_header_files": "src/gen/objc/**/*.h",
"header_mappings_dir": "src/gen/objc",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
}
}