[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / e / a / d / JLDualCircularProgressView / 1.0 / JLDualCircularProgressView.podspec.json
blob53bab2082b6393f601315b28396b0fbca3de37f5
2   "name": "JLDualCircularProgressView",
3   "version": "1.0",
4   "summary": "Super Cool Looking Dual Circular Progress View with ability to show info in the middle.",
5   "description": "\t\t\tThis is a subclass of UIView and written to be able to display two circular progress views one inside the other to save space on the screen. It also looks pretty cool. This project uses another library DACircularProgress for the progress wheels.\n",
6   "homepage": "http://github.com/JJLewis/JLDualCircularProgressView",
7   "license": "Creative Commons Attribution ShareAlike 3.0 License",
8   "authors": {
9     "Jordan Lewis": "jordan_j_lewis@icloud.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/JJLewis/JLDualCircularProgressView.git",
16     "commit": "0ede8d1b34763a6e49c3981070fbbf25454f42cf",
17     "tag": "1.0"
18   },
19   "source_files": "JLDualCircularProgressView",
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true,
22   "dependencies": {
23     "DACircularProgress": [
25     ]
26   }