[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / c / AwesomeKeyPath / 0.5.1 / AwesomeKeyPath.podspec.json
blob46579c2d789aa8f0f9635aceb3d39285fee745c2
2   "name": "AwesomeKeyPath",
3   "version": "0.5.1",
4   "summary": "Use Swift Keypath in DataBinding, Predication, Testing etc.",
5   "swift_versions": "5",
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.5.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AwesomeKeyPath/Classes/KPDataBinding/**/*",
23   "subspecs": [
24     {
25       "name": "Validation",
26       "source_files": "AwesomeKeyPath/Classes/KPValidation/*"
27     },
28     {
29       "name": "Kit",
30       "source_files": "AwesomeKeyPath/Classes/KPKit/*"
31     }
32   ],
33   "swift_version": "5"