blob: 16eada849c7f98c7e38e75727e53819c64799edc [file] [log] [blame]
{
"name": "LQIndicoAPI",
"version": "0.0.1",
"summary": "Objective-C Wrapper for Indico's public API",
"description": " This pod provides simple access to machine learning algorithms on iOS.\n It utilizes Indico Data Solution's publicly available API's.\n You can find more about them at https://indico.io/\n",
"homepage": "https://github.com/luquantan/LQIndicoAPI",
"license": "LICENSE",
"authors": "Lu Quan Tan",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/luquantan/LQIndicoAPI.git",
"tag": "v0.0.1"
},
"source_files": [
"LQIndicoAPI/Categories/UIImage+LQ.{h,m}",
"LQIndicoAPI/Networking/LQNetworkManager.{h,m}",
"LQIndicoAPI/Indico Endpoint/LQIndicoEndpoints.h"
],
"requires_arc": true,
"subspecs": [
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking": [
],
"AFNetworking/NSURLConnection": [
],
"AFNetworking/NSURLSession": [
],
"AFNetworking/Reachability": [
],
"AFNetworking/Security": [
],
"AFNetworking/Serialization": [
],
"AFNetworking/UIKit": [
]
}
}
]
}