[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 5 / AWSimpleKVO / 1.0.0 / AWSimpleKVO.podspec.json
blob0694e2d23b0d5b138a647b64acc161cffac19b5b
2   "name": "AWSimpleKVO",
3   "version": "1.0.0",
4   "summary": "可用于替换系统KVO的简单KVO实现",
5   "description": "解决系统KVO的问题:\n1. 不支持block\n2. 容易crash(忘记remove,重复remove等)",
6   "homepage": "https://github.com/hardman/AWSimpleKVO.git",
7   "license": "MIT",
8   "authors": "wanghongyu",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/hardman/AWSimpleKVO.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "src/**/*.{h,m}",
17   "public_header_files": "src/**/*.h"