[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / a / 2 / MPIMotionKit / 0.1.0.1 / MPIMotionKit.podspec.json
blob866873951d58bebc23c21a461c0aa40a12dac5cb
2   "name": "MPIMotionKit",
3   "version": "0.1.0.1",
4   "summary": "Super simple to use wrapper for CoreMotion.",
5   "description": "Super simple to use wrapper for CoreMotion written in Objective-C. Idea based on MotionKit in Swift written by MHaroonBaig => https://github.com/MHaroonBaig",
6   "homepage": "https://github.com/rurza/MPIMotionKit",
7   "license": "MIT",
8   "authors": {
9     "Adam Różyński": "adam@micropixels.pl"
10   },
11   "source": {
12     "git": "https://github.com/rurza/MPIMotionKit.git",
13     "tag": "0.1.0.1"
14   },
15   "social_media_url": "https://twitter.com/rurza",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MPIMotionKit": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "Foundation",
28     "CoreMotion"
29   ]