[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / d / c / XAspect / 1.0.4 / XAspect.podspec.json
blob1921d29caf01ab1ce344c7ef57b7d8d82fb234c2
2   "name": "XAspect",
3   "version": "1.0.4",
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.4",
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/XAspect.h",
26   "source_files": "XAspect/XAspect.h",
27   "default_subspecs": [
28     "Core",
29     "Macros"
30   ],
31   "subspecs": [
32     {
33       "name": "Macros",
34       "source_files": "XAspect/Macros/*.h"
35     },
36     {
37       "name": "Core",
38       "source_files": "XAspect/Core/*.{h,m,mm,c,cpp}",
39       "dependencies": {
40         "XAspect/Macros": [
42         ]
43       }
44     }
45   ]