blob: 425afd2f7251d8001665615b669e75942875a8ac [file] [log] [blame]
{
"name": "Joda-Time",
"version": "2.5",
"authors": {
"Michael Voong": "michael@laundrapp.com"
},
"source": {
"git": "https://github.com/hambroperks/joda-time.git",
"tag": "v2.5-j2objc"
},
"summary": "Joda-Time is the widely used replacement for the Java date and time classes. Converted to Objective-C using J2ObjC.",
"homepage": "http://www.joda.org/joda-time/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"dependencies": {
"Joda-Convert": [
"~> 1.7"
]
},
"source_files": "src/gen/objc/**/*.{h,m}",
"exclude_files": "src/main/java/*.java",
"resources": "src/tz-data/*",
"public_header_files": "src/gen/objc/**/*.h",
"header_mappings_dir": "src/gen/objc",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
}
}