[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 8 / e / 0 / SYPickUpMotion / 0.1.0 / SYPickUpMotion.podspec.json
blobdbfbd9983ae7646c3c11c181ec0dc6b79689dba8
2   "name": "SYPickUpMotion",
3   "version": "0.1.0",
4   "summary": "A Gesture lib to Pick up a UIView them move it around",
5   "description": "                        This motion is used when you need to hold touch on an UIView element to pick it up,\n                         then panning around the screen with the element stick to your finger.\n",
6   "homepage": "https://github.com/sherlockyao/SYPickUpMotion",
7   "license": "MIT",
8   "authors": {
9     "Sherlock Yao": "yaosherlock@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sherlockyao/SYPickUpMotion.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "ios": {
24     "exclude_files": "Classes/osx"
25   },
26   "osx": {
27     "exclude_files": "Classes/ios"
28   }