[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 7 / b / 6 / Joda-Convert / 1.7 / Joda-Convert.podspec.json
blob421f93f04fb1c0e0eb31f8b6440b146c8d766418
2   "name": "Joda-Convert",
3   "version": "1.7",
4   "authors": {
5     "Michael Voong": "michael@laundrapp.com"
6   },
7   "source": {
8     "git": "https://github.com/hambroperks/joda-convert.git",
9     "tag": "v1.7-j2objc"
10   },
11   "summary": "Java library to enable conversion to and from standard string formats. Converted to Objective-C using J2ObjC.",
12   "homepage": "http://www.joda.org/joda-convert/",
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     "J2ObjC/lib/jre": [
23       "~> 0.9.6.1"
24     ],
25     "J2ObjC/lib/jsr305": [
26       "~> 0.9.6.1"
27     ],
28     "J2ObjC/lib/guava": [
29       "~> 0.9.6.1"
30     ]
31   },
32   "source_files": "src/gen/objc/**/*.{h,m}",
33   "public_header_files": "src/gen/objc/**/*.h",
34   "header_mappings_dir": "src/gen/objc",
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
37   }