[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 8 / 2 / JLFractionHelper / 0.0.1 / JLFractionHelper.podspec.json
blob748ef27d12332762910a547199c1b224487092fd
2   "name": "JLFractionHelper",
3   "version": "0.0.1",
4   "summary": "Provide arithmetic functions on fractional numbers",
5   "description": "Currently, only add and multiply are implemented. Subtract\nand divide will be next.",
6   "homepage": "https://www.linkedin.com/in/joeleung",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe Leung": "joe@brightcats.com"
13   },
14   "social_media_url": "http://twitter.com/kjoeleung",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/kjleung/JLFractionHelper.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "*.{h,m}"