[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / 3 / HOFA / 1.0.1 / HOFA.podspec.json
blob738672327755ceeb4c8bbc071efc288a15b2b144
2   "name": "HOFA",
3   "version": "1.0.1",
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.1"
17   },
18   "source_files": "HOFA/*.{h,m}",
19   "public_header_files": "HOFA/*.h",
20   "frameworks": "Foundation",
21   "requires_arc": true