[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 7 / 2 / 6 / KinveyResearchKit / 0.0.2 / KinveyResearchKit.podspec.json
blob44102edf9a671f14452746faaab2234d6e7ef7c7
2   "name": "KinveyResearchKit",
3   "version": "0.0.2",
4   "summary": "ResearchKit wrapper for Kinvey",
5   "description": "The kinvey-researchkit package can be used to develop ResearchKit applications on the Kinvey platform. It wraps the Kinvey iOS SDK with classes that allow easy mapping of ResearchKit objects to a Kinvey backend.",
6   "homepage": "https://github.com/Kinvey/kinvey-researchkit",
7   "license": "Apache License, Version 2.0",
8   "authors": "Kinvey, Inc.",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/Kinvey/kinvey-researchkit.git",
14     "tag": "0.0.2"
15   },
16   "source_files": "KinveyResearchKit/**/*.{swift,h,m}",
17   "exclude_files": "KinveyResearchKit/User.swift",
18   "prepare_command": "sed 's/class User/class KinveyResearchKitUser/g' KinveyResearchKit/User.swift > KinveyResearchKit/KinveyResearchKitUser.swift\necho 'public typealias User = KinveyResearchKitUser' >> KinveyResearchKit/KinveyResearchKitUser.swift",
19   "dependencies": {
20     "Kinvey": [
21       "~> 3.5"
22     ],
23     "ResearchKit": [
24       "~> 1.4"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"