[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / Desman / 1.0.0 / Desman.podspec.json
blobc7b9d47865b62486a1bfa04bc51c3e2426fc4676
2   "name": "Desman",
3   "version": "1.0.0",
4   "summary": "An event tracking tool for mobile apps.",
5   "homepage": "https://desman.dimension.it",
6   "license": "MIT",
7   "authors": [
8     {
9       "Matteo Gavagnin": "matteo.gavagnin@dimension.it",
10       "Dimension S.r.l.": "info@dimension.it"
11     }
12   ],
13   "social_media_url": "https://twitter.com/macteo",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dimensionsrl/desman.git",
19     "tag": "v1.0.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Photos",
24     "CoreData"
25   ],
26   "default_subspecs": "Core",
27   "xcconfig": {
28     "OTHER_SWIFT_FLAGS": "$(inherited) -DDESMAN_AS_COCOAPOD"
29   },
30   "pushed_with_swift_version": "3.0",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Desman/Core/**/*.swift",
35       "resources": [
36         "Desman/Core/Assets/**/*.xcassets",
37         "Desman/Core/Assets/*.storyboard",
38         "Desman/Core/Resources/**"
39       ]
40     },
41     {
42       "name": "Debatable",
43       "dependencies": {
44         "Desman/Core": [
46         ]
47       },
48       "source_files": "Desman/Debatable/**/*.swift"
49     }
50   ]