[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / OCFuntime / 0.2.1 / OCFuntime.podspec.json
blobfb05051edd3966378a949208fbe07dce1932a106
2   "name": "OCFuntime",
3   "version": "0.2.1",
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.2.1"
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": "Shared",
49       "source_files": "Classes/Shared/*.{h,m}",
50       "dependencies": {
51         "OCFuntime/Core": [
53         ],
54         "ABMultiton": [
56         ]
57       }
58     },
59     {
60       "name": "NSObject+OCFMethods",
61       "source_files": "Classes/Categories/Methods/**/*.{h,m}",
62       "dependencies": {
63         "OCFuntime/Methods": [
65         ],
66         "OCFuntime/Shared": [
68         ]
69       }
70     },
71     {
72       "name": "NSObject+OCFProperties",
73       "source_files": "Classes/Categories/Properties/**/*.{h,m}",
74       "dependencies": {
75         "OCFuntime/Properties": [
77         ],
78         "OCFuntime/Shared": [
80         ]
81       }
82     },
83     {
84       "name": "All",
85       "source_files": "Classes/All/*.h",
86       "dependencies": {
87         "OCFuntime/NSObject+OCFMethods": [
89         ],
90         "OCFuntime/NSObject+OCFProperties": [
92         ]
93       }
94     }
95   ]