[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 7 / 6 / 3 / HXBlankLib / 1.0 / HXBlankLib.podspec.json
blob764c5106421315b60305786164ec0bc977f3dc38
2   "name": "HXBlankLib",
3   "version": "1.0",
4   "summary": "Example iOS Static Library - HXBlankLib.",
5   "description": "This iOS Static library is used to explain how to distribute iOS Static library via cocoapods",
6   "homepage": "https://github.com/hsujah/HXBlankLib.git",
7   "license": "MIT",
8   "authors": {
9     "Jefferson": "hsujahhu@herxun.co"
10   },
11   "source": {
12     "git": "https://github.com/hsujah/HXBlankLib.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "include/*.h",
20   "public_header_files": "include/*.h",
21   "preserve_paths": "libblankLib.a",
22   "ios": {
23     "vendored_libraries": "libblankLib.a"
24   },
25   "dependencies": {
26     "SensoroBeaconKit": [
28     ]
29   }