[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 6 / 0 / Joda-Time / 2.5 / Joda-Time.podspec.json
blob425afd2f7251d8001665615b669e75942875a8ac
2   "name": "Joda-Time",
3   "version": "2.5",
4   "authors": {
5     "Michael Voong": "michael@laundrapp.com"
6   },
7   "source": {
8     "git": "https://github.com/hambroperks/joda-time.git",
9     "tag": "v2.5-j2objc"
10   },
11   "summary": "Joda-Time is the widely used replacement for the Java date and time classes. Converted to Objective-C using J2ObjC.",
12   "homepage": "http://www.joda.org/joda-time/",
13   "license": {
14     "type": "Apache License, Version 2.0",
15     "file": "LICENSE.txt"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": false,
21   "dependencies": {
22     "Joda-Convert": [
23       "~> 1.7"
24     ]
25   },
26   "source_files": "src/gen/objc/**/*.{h,m}",
27   "exclude_files": "src/main/java/*.java",
28   "resources": "src/tz-data/*",
29   "public_header_files": "src/gen/objc/**/*.h",
30   "header_mappings_dir": "src/gen/objc",
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
33   }