[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / a / Oscar / 1.0.0 / Oscar.podspec.json
blobd44d01281ea66b2dfd4a1a512c15fe80a4a28e05
2   "name": "Oscar",
3   "version": "1.0.0",
4   "summary": "Actor programming model framework",
5   "description": "The actor model in computer science is a mathematical model of concurrent computation that treats \"actors\" as the universal primitives of concurrent computation: in response to a message that it receives, an actor can make local decisions, create more actors, send more messages, and determine how to respond to the next message received.(Wikipedia)",
6   "homepage": "https://github.com/techery/Oscar",
7   "license": "MIT",
8   "authors": {
9     "Techery": "opensource@techery.io"
10   },
11   "source": {
12     "git": "https://github.com/Techery/Oscar.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "http://techery.io",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Oscar": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "RXPromise": [
29       "~> 0.13"
30     ],
31     "CocoaLumberjack": [
33     ]
34   }