[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 7 / d / 4 / IMXEventBus / 1.0.0 / IMXEventBus.podspec.json
blobfcd4dc13171a744cdf77e7f67cb22deeb95a8836
2   "name": "IMXEventBus",
3   "version": "1.0.0",
4   "summary": "a delightful EventBus for Object-C",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/PanZhow/IMXEventBus.git",
10   "authors": {
11     "zhoupanpan": "2331838272@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/PanZhow/IMXEventBus.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "public_header_files": [
19     "IMXEventBus/IMXEventBus/*{h}",
20     "IMXEventBus/IMXEventBus/Debug/*{h}",
21     "IMXEventBus/IMXEventBus/Action/*{h}",
22     "IMXEventBus/IMXEventBus/Objs/*{h}",
23     "IMXEventBus/IMXEventBus/Event/*{h}"
24   ],
25   "source_files": [
26     "IMXEventBus/IMXEventBus/*{h,m}",
27     "IMXEventBus/IMXEventBus/Debug/*{h,m}",
28     "IMXEventBus/IMXEventBus/Action/*{h,m}",
29     "IMXEventBus/IMXEventBus/Objs/*{h,m}",
30     "IMXEventBus/IMXEventBus/Event/*{h,m}"
31   ],
32   "platforms": {
33     "ios": "8.0"
34   }