[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / e / 0 / FCPostOffice / 1.0.0 / FCPostOffice.podspec.json
blob60d000207999ef876eaa3e8be5046325d32dd8b3
2   "name": "FCPostOffice",
3   "version": "1.0.0",
4   "summary": "Address based messaging to connect remote parts of your app",
5   "description": "                   FCPostOffice makes it possible for remote parts of your application to communicate in a structured way. \n                   Usually you would not need something like FCPostOffice, but if your app is really complex with a lot of \n                   view controllers that sometimes need to be talking to each other, FCPostOffice offers a nice solution. \n                   Ofcourse there is NSNotificationCenter, but notifications are not very specific.\n",
6   "homepage": "https://github.com/lickylick/FCPostOffice",
7   "license": "MIT",
8   "authors": {
9     "Almer Lucke": "almer.lucke@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/lickylick/FCPostOffice.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "FCPostOfficeSource/*",
19   "requires_arc": true