[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / c / AwesomeKeyPath / 0.0.1 / AwesomeKeyPath.podspec.json
blob3673c95eeb6e491a2c048eba19c0e251eb38f747
2   "name": "AwesomeKeyPath",
3   "version": "0.0.1",
4   "summary": "Use Swift Keypath in DataBinding, Predication, Testing etc.",
5   "swift_versions": "4",
6   "description": "Swift KeyPath is awesome, this library is a collection of how to apply KeyPath in development",
7   "homepage": "https://github.com/tonnylitao/AwesomeKeyPath",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "tonnylitao": "tonny.litao@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tonnylitao/AwesomeKeyPath.git",
17     "tag": "0.0.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AwesomeKeyPath/Classes/KPDataBinding/**/*",
23   "subspecs": [
24     {
25       "name": "Predication",
26       "source_files": "AwesomeKeyPath/Classes/KPPredication/**/*"
27     }
28   ],
29   "swift_version": "4"