[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 5 / f / PPSPublicStaticLibrary / 0.1.0 / PPSPublicStaticLibrary.podspec.json
blobc9320d88ca24e7dd493ea97e9fb022b041f19fae
2   "name": "PPSPublicStaticLibrary",
3   "version": "0.1.0",
4   "summary": "A example to show how to create a public static library",
5   "description": "演示了如何来创建一个pod共享库,并且上传到pod公共仓库上,这个仓库没有其他什么代码,完全作演示使用.\nDemonstrates how to create a pod shared library and upload it to the pod public repository, which does not have any other code to be used for demonstration purposes.",
6   "homepage": "https://github.com/yangqian111/PPSPublicStaticLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ppsheep": "ppsheep.qian@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yangqian111/PPSPublicStaticLibrary.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PPSPublicStaticLibrary/Classes/**/*",
22   "public_header_files": "PPSPublicStaticLibrary/Classes/**/*.h"