[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 2 / d / artcodes / 0.1.1 / artcodes.podspec.json
blobcc19568d4e98ecd01929308947d41c8c7b4a60d2
2   "name": "artcodes",
3   "version": "0.1.1",
4   "summary": "Library for scanning artcodes",
5   "homepage": "https://github.com/horizon-institute/aestheticodes-ios.git",
6   "license": "AGPLv3",
7   "authors": {
8     "Kevin Glover": "ktg@cs.nott.ac.uk"
9   },
10   "source": {
11     "git": "https://github.com/horizon-institute/aestheticodes-ios.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "core/src/**/*",
19   "resource_bundles": {
20     "aestheticodes-ios": [
21       "core/res/**/*"
22     ]
23   },
24   "public_header_files": "core/src/**/*.h",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "OpenCV": [
28       "2.4.9.1"
29     ],
30     "JSONModel": [
32     ]
33   }