[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 5 / 2 / LQIndicoAPI / 0.0.1 / LQIndicoAPI.podspec.json
blob16eada849c7f98c7e38e75727e53819c64799edc
2   "name": "LQIndicoAPI",
3   "version": "0.0.1",
4   "summary": "Objective-C Wrapper for Indico's public API",
5   "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",
6   "homepage": "https://github.com/luquantan/LQIndicoAPI",
7   "license": "LICENSE",
8   "authors": "Lu Quan Tan",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/luquantan/LQIndicoAPI.git",
14     "tag": "v0.0.1"
15   },
16   "source_files": [
17     "LQIndicoAPI/Categories/UIImage+LQ.{h,m}",
18     "LQIndicoAPI/Networking/LQNetworkManager.{h,m}",
19     "LQIndicoAPI/Indico Endpoint/LQIndicoEndpoints.h"
20   ],
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "AFNetworking",
25       "dependencies": {
26         "AFNetworking": [
28         ],
29         "AFNetworking/NSURLConnection": [
31         ],
32         "AFNetworking/NSURLSession": [
34         ],
35         "AFNetworking/Reachability": [
37         ],
38         "AFNetworking/Security": [
40         ],
41         "AFNetworking/Serialization": [
43         ],
44         "AFNetworking/UIKit": [
46         ]
47       }
48     }
49   ]