[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 2 / d / artcodes / 0.1.6 / artcodes.podspec.json
blob7664851bbef4bf95e4362df6e6f7775a57a95643
2   "name": "artcodes",
3   "version": "0.1.6",
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.6"
13   },
14   "social_media_url": "https://twitter.com/aestheticodes",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "core/src/**/*",
20   "resources": [
21     "core/artcodes.bundle",
22     "core/artcodeIcons.xcassets"
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   }