blob: d32b38a4eff52a7642c4efc96f3859f8ce4e47e5 [file] [log] [blame]
{
"name": "StackAPI",
"version": "1.0",
"summary": "A unofficial StackOverFlow API to get the answer text from a stackoverflow url.",
"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.",
"homepage": "https://github.com/akapoorx00/StackAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aadit Kapoor": "aaditkapoor2000@gmail.com"
},
"source": {
"git": "https://github.com/akapoorx00/StackAPI.git",
"tag": "1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "StackAPI/*",
"dependencies": {
"Kanna": [
"2.1.0"
],
"SwiftyJSON": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"pushed_with_swift_version": "3.0"
}