[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / d / 3 / CRMotionView / 0.3.1 / CRMotionView.podspec.json
blob8c91974a67fec19c6d83095d2af29bd40534e608
2   "name": "CRMotionView",
3   "version": "0.3.1",
4   "summary": "A custom photo viewer that implements device motion scrolling, inspired by Facebook Paper.",
5   "homepage": "https://github.com/chroman/CRMotionView",
6   "screenshots": "http://chroman.me/wp-content/uploads/2014/02/main3.jpg",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Roman": "chroman16@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chroman/CRMotionView.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "CRMotionView/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "CoreMotion"
26   ]