[Add] FaceCoreBasicNightly 6.4.1124
[CocoaPods.git] / Specs / 8 / 2 / 9 / PXQSpinner / 0.3 / PXQSpinner.podspec.json
blob8bd8c0c70558427a9f91faa1407e41268247400f
2   "name": "PXQSpinner",
3   "version": "0.3",
4   "summary": "PXQSpinner is just another iOS activity indicator.",
5   "description": "\nThe PXQSpinner allows for better flexibility and customization over the standard UIActivityIndicator view.\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/saorsa/saorsa.PXQSpinner",
7   "license": "MIT",
8   "authors": {
9     "Atanas Dragolov": "atanas.dragolov@saorsa.bg"
10   },
11   "source": {
12     "git": "https://github.com/saorsa/saorsa.PXQSpinner.git",
13     "tag": "0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXQSpinner": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics",
28     "QuartzCore"
29   ],
30   "dependencies": {
31     "PXQuisiteExtensions": [
32       "~> 0.5"
33     ]
34   }