[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / b / 3 / HOFA / 1.0.5 / HOFA.podspec.json
blob14162267362d07867cc4699e85b683472ec73ace
2   "name": "HOFA",
3   "version": "1.0.5",
4   "summary": "A lightweight Objective-C high-order functions library.",
5   "description": "HOFA is an array-related tool, including safe operation of arrays and custom high-order functions.",
6   "homepage": "https://github.com/Janyau/HOFA",
7   "license": "MIT",
8   "authors": {
9     "Janyau": "janyaugoo@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Janyau/HOFA.git",
16     "tag": "1.0.5"
17   },
18   "source_files": "HOFA/**/*",
19   "public_header_files": "HOFA/*.h",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Safe",
25       "source_files": "HOFA/Safe/**/*",
26       "frameworks": "Foundation",
27       "platforms": {
28         "ios": "9.0"
29       }
30     },
31     {
32       "name": "Timer",
33       "source_files": "HOFA/Timer/**/*",
34       "frameworks": "Foundation",
35       "platforms": {
36         "ios": "9.0"
37       }
38     },
39     {
40       "name": "Throttle",
41       "source_files": "HOFA/Throttle/**/*",
42       "frameworks": "Foundation",
43       "platforms": {
44         "ios": "9.0"
45       }
46     },
47     {
48       "name": "ProtoType",
49       "source_files": "HOFA/ProtoType/**/*",
50       "frameworks": "Foundation",
51       "platforms": {
52         "ios": "9.0"
53       }
54     }
55   ]