blob: 546ec839c78e74cb42d8a0b673275fcdf770e6b9 [file] [log] [blame]
{
"name": "CRMotionView",
"version": "0.2",
"summary": "A custom photo viewer that implements device motion scrolling, inspired by Facebook Paper.",
"homepage": "https://github.com/chroman/CRMotionView",
"screenshots": "http://chroman.me/wp-content/uploads/2014/02/main3.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Roman": "chroman16@gmail.com"
},
"source": {
"git": "https://github.com/chroman/CRMotionView.git",
"tag": "0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "CRMotionView/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreMotion"
]
}