[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / b / 3 / HOFA / 0.0.1 / HOFA.podspec.json
blob744fe026c6bda757b06867ad88db708943cc8f8e
2   "name": "HOFA",
3   "version": "0.0.1",
4   "summary": "HOFA is an array-related tool",
5   "description": "HOFA is an array-related tool, including safe operation of arrays and custom high-order functions.",
6   "homepage": "https://github.com/Janyau",
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": "0.0.1"
17   },
18   "source_files": [
19     "HOFA",
20     "HOFA/**/*.{h,m}"
21   ],
22   "public_header_files": "HOFA/**/*.h",
23   "frameworks": "Foundation",
24   "requires_arc": true