[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / 3 / Perform / 1.0.0 / Perform.podspec.json
blob2c5357706560fc0bf06c6d61f7154162bb0312b3
2   "name": "Perform",
3   "version": "1.0.0",
4   "summary": "Easy dependency injection for storyboard segues.",
5   "homepage": "https://github.com/thoughtbot/Perform",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Adam Sharp",
11   "source": {
12     "git": "https://github.com/thoughtbot/Perform.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Sources/Perform/**/*.swift",
19   "dependencies": {
20     "Aspects": [
21       "~> 1.4.1"
22     ]
23   }