[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 7 / 5 / ISAppearance / 0.1.2 / ISAppearance.podspec.json
blob058a4eb4e191b4044dda4dca70ee4c9e9be1adca
2   "name": "ISAppearance",
3   "version": "0.1.2",
4   "license": "MIT",
5   "summary": "Appearance library.",
6   "authors": "Yaroslav Ponomarenko",
7   "source": {
8     "git": "https://github.com/InSightMobile/ISAppearance.git",
9     "tag": "0.1.2"
10   },
11   "requires_arc": true,
12   "default_subspecs": [
13     "Core",
14     "ValueConverters"
15   ],
16   "homepage": "https://github.com/InSightMobile/ISAppearance",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "public_header_files": [
24     "ISAppearance/Core/ISAppearance.h",
25     "ISAppearance/Core/ISAValueConverter.h"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "ISAppearance/Core/*.{h,m}",
31       "dependencies": {
32         "ISAppearance/ISYAML": [
34         ]
35       }
36     },
37     {
38       "name": "CodeGeneration",
39       "source_files": "ISAppearance/CodeGeneration/*.{h,m}",
40       "dependencies": {
41         "ISAppearance/Core": [
43         ]
44       },
45       "prefix_header_contents": "\n    #if TARGET_IPHONE_SIMULATOR\n\t\t#define ISA_CODE_GENERATION 1\n\t\t#endif"
46     },
47     {
48       "name": "ValueConverters",
49       "source_files": "ISAppearance/ValueConverters/*.{h,m}",
50       "dependencies": {
51         "ISAppearance/Core": [
53         ]
54       }
55     },
56     {
57       "name": "Categories",
58       "source_files": "ISAppearance/Categories/*.{h,m}",
59       "dependencies": {
60         "ISAppearance/Core": [
62         ]
63       }
64     },
65     {
66       "name": "ISYAML",
67       "source_files": "ISYAML/*.{h,m}",
68       "dependencies": {
69         "LibYAML": [
70           "~> 0.1.4"
71         ]
72       }
73     }
74   ]