[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 2 / StackAPI / 1.0 / StackAPI.podspec.json
blobd32b38a4eff52a7642c4efc96f3859f8ce4e47e5
2   "name": "StackAPI",
3   "version": "1.0",
4   "summary": "A unofficial StackOverFlow API to get the answer text from a stackoverflow url.",
5   "description": "A unofficial StackOverFlow API to get the required answer for a topic.\nThe Framework works using the StackOverFlow API to get the urls of the questions and then uses Kanna (Web Scraping (xpath)) to scrap the first answer from the url.",
6   "homepage": "https://github.com/akapoorx00/StackAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aadit Kapoor": "aaditkapoor2000@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/akapoorx00/StackAPI.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "StackAPI/*",
22   "dependencies": {
23     "Kanna": [
24       "2.1.0"
25     ],
26     "SwiftyJSON": [
28     ]
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   },
33   "pushed_with_swift_version": "3.0"