[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 6 / e / AlgoImplementation / 2.0 / AlgoImplementation.podspec.json
blobeed541b6c24e1d86b9edeb1855ebee14520b1b08
2   "name": "AlgoImplementation",
3   "version": "2.0",
4   "summary": "Implementation of Sorting Algorithms.",
5   "description": "Implementation of many Sorting Algorithms.",
6   "homepage": "https://github.com/premprakash0961988/Algorithms",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "Prem Prakash": "premprakash096@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/premprakash0961988/Algorithms.git",
16     "tag": "2.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "SortingAlgorithm/SortingAlgorithm/*",
23   "resource_bundles": {
24     "AlgoImplementation": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "MapKit"
31   ]