[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / e / 3 / BloodMagic / 0.4.3 / BloodMagic.podspec.json
blob59ec167a5b4b61a36d0bf4cb212013a0fe2ee0c1
2   "name": "BloodMagic",
3   "version": "0.4.3",
4   "platforms": {
5     "ios": "5.0",
6     "osx": "10.7"
7   },
8   "license": {
9     "type": "MIT"
10   },
11   "summary": "BloodMagic provides kind of custom property attributes",
12   "homepage": "https://github.com/railsware/BloodMagic",
13   "authors": {
14     "Alex Denisov": "1101.debian@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/railsware/BloodMagic.git",
18     "tag": "0.4.3"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-lc++ -ObjC",
23     "CLANG_CXX_LIBRARY": "libc++"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "BloodMagic/Sources/Modules/Core/**/*.{h,m,mm}",
29       "public_header_files": [
30         "BloodMagic/Sources/Modules/Core/Public/**/*.h",
31         "BloodMagic/Sources/Modules/Core/Core.h"
32       ],
33       "libraries": "c++"
34     },
35     {
36       "name": "Initializers",
37       "source_files": "BloodMagic/Sources/Modules/Initializers/**/*.{h,m,mm}",
38       "public_header_files": [
39         "BloodMagic/Sources/Modules/Initializers/Public/**/*.h",
40         "BloodMagic/Sources/Modules/Initializers/Initializers.h"
41       ],
42       "dependencies": {
43         "BloodMagic/Core": [
45         ]
46       }
47     },
48     {
49       "name": "Lazy",
50       "source_files": "BloodMagic/Sources/Modules/Lazy/**/*.{h,m,mm}",
51       "public_header_files": [
52         "BloodMagic/Sources/Modules/Lazy/Public/**/*.h",
53         "BloodMagic/Sources/Modules/Lazy/Lazy*.h"
54       ],
55       "dependencies": {
56         "BloodMagic/Initializers": [
58         ]
59       }
60     }
61   ]