[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 6 / 5 / CalcLib / 1.0 / CalcLib.podspec.json
blobebb011002cec3e2876ec220228256226b65a8d8b
2   "name": "CalcLib",
3   "version": "1.0",
4   "summary": "Example iOS Static Library - Calculator. ",
5   "description": "                  This iOS Static library is used to explain how to distribute iOS Static library via cocoapods\n",
6   "homepage": "https://github.com/bharath2020/CalcLibrary/blob/master/README.md",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bharath Booshan": "bharath2020@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/bharath2020",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/bharath2020/CalcLibrary.git",
20     "tag": "1.0"
21   },
22   "source_files": "include/*.h",
23   "public_header_files": "include/*.h",
24   "preserve_paths": "libCalculator.a",
25   "ios": {
26     "vendored_libraries": "libCalculator.a"
27   },
28   "libraries": [
29     "stdc++",
30     "Calculator"
31   ],
32   "requires_arc": true