[Add] Fyber_FMPAdapter 8.3.4
[CocoaPods.git] / Specs / 8 / 2 / 1 / Celio / 0.1.0 / Celio.podspec.json
blobba959015954aa47ef8ea98e91b24f763dab39ca3
2   "name": "Celio",
3   "version": "0.1.0",
4   "summary": "A framework for advanced Operations usage https://developer.apple.com/videos/wwdc/2015/?id=226",
5   "swift_version": "4.1",
6   "description": "Celio is a framework that leverages the power of Operation and OperationQueue. It enables you to use operations more easily in all parts of your project.\nThis is an adaptation of the sample code provided in the Advanced NSOperations session of WWDC 2015.",
7   "homepage": "https://github.com/j3patel/Celio",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "j3patel": "jatinpatel101@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/j3patel/Celio.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Celio/Classes/**/*"