[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 2 / d / artcodes / 0.1.3 / artcodes.podspec.json
blob824584588e08be29fe9bbed019d1a2eebd840e7c
2   "name": "artcodes",
3   "version": "0.1.3",
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.3"
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   "resource_bundles": {
21     "artcodes": [
22       "core/res/*.lproj",
23       "core/res/*.xcassets"
24     ]
25   },
26   "public_header_files": "core/src/**/*.h",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "OpenCV": [
30       "2.4.9.1"
31     ],
32     "JSONModel": [
34     ]
35   }