[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / OCFuntime / 0.3.1-beta1 / OCFuntime.podspec.json
blob8c93da3c79b6c8a32ced686cd608909244fbb648
2   "name": "OCFuntime",
3   "version": "0.3.1-beta1",
4   "summary": "OCFuntime is a toolkit for objective-c runtime.",
5   "homepage": "https://github.com/belkevich/ocfuntime",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "social_media_url": "https://twitter.com/okolodev",
11   "authors": {
12     "Alexey Belkevich": "belkevich.alexey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/belkevich/ocfuntime.git",
16     "tag": "0.3.1-beta1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "default_subspecs": "All",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Classes/Core/**/*.{h,m}"
28     },
29     {
30       "name": "Methods",
31       "source_files": "Classes/Methods/**/*.{h,m}",
32       "dependencies": {
33         "OCFuntime/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Properties",
40       "source_files": "Classes/Properties/**/*.{h,m}",
41       "dependencies": {
42         "OCFuntime/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Protocols",
49       "source_files": "Classes/Protocols/**/*.{h,m}",
50       "dependencies": {
51         "OCFuntime/Core": [
53         ]
54       }
55     },
56     {
57       "name": "Shared",
58       "source_files": "Classes/Shared/*.{h,m}",
59       "dependencies": {
60         "OCFuntime/Core": [
62         ],
63         "ABMultiton": [
65         ]
66       }
67     },
68     {
69       "name": "NSObject+OCFMethods",
70       "source_files": "Classes/Categories/Methods/**/*.{h,m}",
71       "dependencies": {
72         "OCFuntime/Methods": [
74         ],
75         "OCFuntime/Shared": [
77         ]
78       }
79     },
80     {
81       "name": "NSObject+OCFProperties",
82       "source_files": "Classes/Categories/Properties/**/*.{h,m}",
83       "dependencies": {
84         "OCFuntime/Properties": [
86         ],
87         "OCFuntime/Shared": [
89         ]
90       }
91     },
92     {
93       "name": "All",
94       "source_files": "Classes/All/*.h",
95       "dependencies": {
96         "OCFuntime/NSObject+OCFMethods": [
98         ],
99         "OCFuntime/NSObject+OCFProperties": [
101         ],
102         "OCFuntime/Protocols": [
104         ]
105       }
106     }
107   ]