[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 2 / NOCircleSelector / 1.0.0 / NOCircleSelector.podspec.json
blob8fb28728212cd7362e4ea8af20373c559222155a
2   "name": "NOCircleSelector",
3   "version": "1.0.0",
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.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.1.1"
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   ]