[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / f / 4 / a / CoPylot / 0.2 / CoPylot.podspec.json
blob0e49292bdc9c4ad0d799d9a191261173adde4c33
2   "name": "CoPylot",
3   "version": "0.2",
4   "summary": "iOS client for CoPylot.",
5   "homepage": "https://docs.copylot.io/docs/ios",
6   "license": "MIT",
7   "authors": {
8     "Brian Vallelunga": "vallelungabrian@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/copylot/copylot-ios.git",
12     "tag": "v0.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "public_header_files": "Pod/Classes/**/*.h",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.3"
24     ]
25   }