[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 7 / 2 / NOCircleSelector / 1.0.4 / NOCircleSelector.podspec.json
bloba8c337397eff82cec6ad787251896b1a0274a115
2   "name": "NOCircleSelector",
3   "version": "1.0.4",
4   "summary": "Circle shaped control to select given number of values.",
5   "homepage": "https://github.com/natalia-osa/",
6   "license": "Apache 2.0",
7   "authors": {
8     "natalia.osiecka": "osiecka.n@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/natalia-osa/NOCircleSelector.git",
12     "tag": "1.0.4"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "NOCircleSelector/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "CoreGraphics",
23     "QuartzCore"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "NOCategories": [
31         ]
32       }
33     }
34   ]