[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / d / c / XAspect / 1.0.0 / XAspect.podspec.json
blobc8ad64219ebb3f66a3832eec021d1e690d9df873
2   "name": "XAspect",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Making code maintainable and reusable with aspect-oriented programming for Objective-C",
6   "homepage": "https://github.com/xareelee/XAspect",
7   "authors": {
8     "Kang-Yu Xaree Lee": "xareelee@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/xareelee/XAspect.git",
12     "tag": "1.0.0",
13     "submodules": true
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "libraries": "c++",
21   "xcconfig": {
22     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
23     "CLANG_CXX_LIBRARY": "libc++"
24   },
25   "public_header_files": "XAspect/*.h",
26   "source_files": "XAspect/*.{h,m}",
27   "default_subspecs": [
28     "Core",
29     "XAspectMetaprogramming"
30   ],
31   "subspecs": [
32     {
33       "name": "Default",
34       "source_files": "XAspect/*.{h,m}",
35       "dependencies": {
36         "XAspect/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Macros",
43       "source_files": "XAspect/Macros/*.h"
44     },
45     {
46       "name": "Core",
47       "source_files": "XAspect/Core/*.{h,m,mm,c,cpp}",
48       "dependencies": {
49         "XAspect/Macros": [
51         ]
52       }
53     },
54     {
55       "name": "XAspectMetaprogramming",
56       "source_files": "XAspect/XAspectMetaprogramming/*.{h,m,mm,c,cpp}",
57       "dependencies": {
58         "XAspect/Macros": [
60         ],
61         "XAspect/Core": [
63         ]
64       }
65     }
66   ]