[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / 3 / 6 / PXPinnedRotation / 0.1.3 / PXPinnedRotation.podspec.json
blob9c299a8b5cb7dd050ff33a1715beeea5eaf54967
2   "name": "PXPinnedRotation",
3   "version": "0.1.3",
4   "summary": "A view and a view controller that let's you do pinned rotation with ease.'",
5   "description": "A view and view controller subclass that let you specify which of your view's subviews should rotate in place when the phone rotates.",
6   "homepage": "https://github.com/pixio/PXPinnedRotation",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXPinnedRotation.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXPinnedRotation": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"