[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 2 / d / artcodes / 0.1.8 / artcodes.podspec.json
blobb56883840b950367e5bd2f1df00fdd76e5f05aa4
2   "name": "artcodes",
3   "version": "0.1.8",
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.8"
13   },
14   "social_media_url": "https://twitter.com/aestheticodes",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "core/*.h",
21     "core/*.m",
22     "core/*.mm"
23   ],
24   "resources": "core/Resources/*",
25   "public_header_files": "core/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "OpenCV": [
29       "2.4.9.1"
30     ],
31     "JSONModel": [
33     ]
34   }