[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / OctoFMDB / 1.0.0 / OctoFMDB.podspec.json
blob578681556d863c729aadfcddacceb15c90e2f1a3
2   "name": "OctoFMDB",
3   "version": "1.0.0",
4   "summary": "A Cocoa / Objective-C wrapper around OctoDB & SQLite",
5   "homepage": "https://github.com/octodb/fmdb",
6   "license": "MIT",
7   "authors": {
8     "August Mueller": "gus@flyingmeat.com"
9   },
10   "source": {
11     "git": "https://github.com/octodb/fmdb.git",
12     "tag": "1.0.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "octodb",
19   "subspecs": [
20     {
21       "name": "octodb",
22       "source_files": "src/fmdb/FM*.{h,m}",
23       "exclude_files": "src/fmdb.m",
24       "header_dir": "fmdb",
25       "ios": {
26         "libraries": [
27           "octodb",
28           "binn",
29           "uv",
30           "secp256k1-vrf"
31         ],
32         "xcconfig": {
33           "LIBRARY_SEARCH_PATHS": "$(inherited) $(PROJECT_DIR)/octodb/lib/ $(PWD)/octodb/lib/",
34           "HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/octodb/include/"
35         }
36       },
37       "osx": {
38         "xcconfig": {
39           "LIBRARY_SEARCH_PATHS": "$(inherited) /usr/local/lib",
40           "HEADER_SEARCH_PATHS": "$(inherited) /usr/local/include/"
41         }
42       },
43       "pod_target_xcconfig": {
44         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45       },
46       "user_target_xcconfig": {
47         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48       }
49     }
50   ]