[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / f / eventbus / 0.1.1 / eventbus.podspec.json
blob7bc0b4ff5fa886fd9c377a2f36ccf07ca7853d36
2   "name": "eventbus",
3   "version": "0.1.1",
4   "summary": "mobile foundation framework",
5   "resources": "README.md",
6   "social_media_url": "https://twitter.com/galblank",
7   "platforms": {
8     "ios": "8.1"
9   },
10   "requires_arc": true,
11   "description": "brings to provide ALL the foundational needs of any mobile applicaion",
12   "homepage": "https://github.com/galblank/eventbus",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE.txt"
16   },
17   "authors": {
18     "Blank, Gal": "galblank@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/galblank/eventbus.git",
22     "tag": "0.1.1"
23   },
24   "preserve_paths": "mobilesdkfw/sqlite3",
25   "default_subspecs": "standard",
26   "subspecs": [
27     {
28       "name": "standard",
29       "ios": {
30         "frameworks": [
31           "CoreFoundation",
32           "ExternalAccessory",
33           "Security"
34         ]
35       },
36       "source_files": "mobilesdkfw/**/*.{c,h,m,swift}",
37       "libraries": [
38         "icucore",
39         "sqlite3"
40       ],
41       "dependencies": {
42         "sqlite3": [
44         ]
45       },
46       "exclude_files": [
47         "**/*.{png}",
48         "**/*.{pdf}"
49       ],
50       "preserve_paths": "mobilesdkfw/sqlite3/**/*",
51       "pod_target_xcconfig": {
52         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/mobilesdkfw/sqlite3"
53       }
54     }
55   ]