[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / d / 4 / 2 / ROSiOS / 0.0.4 / ROSiOS.podspec.json
blob04335c66d1edda0d51d27cac92cf95d1511f2483
2   "name": "ROSiOS",
3   "version": "0.0.4",
4   "summary": "template package of ROSiOS.",
5   "description": "This is a bootstrap package for creating iOS App using ROS(Robot Operating System).\nThis includes some examples (Topic Viewer, Talker and Listener) on Example directory.",
6   "homepage": "https://github.com/furushchev/ROSiOS",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Yuki Furuta": "furushchev@jsk.imi.i.u-tokyo.ac.jp"
12   },
13   "source": {
14     "git": "https://github.com/furushchev/ROSiOS.git",
15     "tag": "0.0.4"
16   },
17   "social_media_url": "https://twitter.com/furushchev",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/*.{h,m,mm}",
23   "resource_bundles": {
24     "ROSiOS": [
25       "Pod/Assets/Configuration.storyboard"
26     ]
27   },
28   "public_header_files": "Pod/Classes/*.h",
29   "frameworks": "UIKit",
30   "dependencies": {
31     "ROSiOS-core": [
33     ]
34   },
35   "ios": {
36     "xcconfig": {
37       "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/**"
38     }
39   }