[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 7 / b / 3 / HOFA / 1.0.4 / HOFA.podspec.json
blob503dfa2437ce768c3d805f9da3093a177959477d
2   "name": "HOFA",
3   "version": "1.0.4",
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.4"
17   },
18   "source_files": "HOFA/*.{h,m}",
19   "public_header_files": "HOFA/*.h",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Timer",
25       "source_files": "HOFA/Timer/**/*",
26       "frameworks": "Foundation",
27       "platforms": {
28         "ios": "9.0"
29       }
30     }
31   ]