[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / 7 / AGRateView / 0.2 / AGRateView.podspec.json
blob1e877205388abde8111717305730513b43203f1b
2   "name": "AGRateView",
3   "version": "0.2",
4   "summary": "AGRateView - This is UI component for iOS Application. By using it you can easy implement ratings in your application.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Alexey Gubarev": "gubarev.lesha@gmail.com"
11   },
12   "homepage": "https://github.com/ogubariev/AGRateView",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/ogubariev/AGRateView.git",
18     "tag": "0.2"
19   },
20   "public_header_files": "AGRateView/*.h",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "AGRateView/*.{h,m}",
29         "AGRateView/Shapes/Default Shape/*.{h,m}"
30       ]
31     },
32     {
33       "name": "Shapes",
34       "source_files": "AGRateView/Shapes/Custom Shapes/**/*.{h,m}"
35     }
36   ]