[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 3 / 0 / MSSPopMasonry / 0.0.1 / MSSPopMasonry.podspec.json
blob4e8127124a75c0f54ca910eba0148c7c80b8a033
2   "name": "MSSPopMasonry",
3   "version": "0.0.1",
4   "summary": "Use Masonry with the Facebook Pop animation framework",
5   "homepage": "https://github.com/miklselsoe/MSSPopMasonry",
6   "authors": {
7     "Mikkel Selsøe Sørensen": "mikkel@mikls.dk"
8   },
9   "social_media_url": "http://twitter.com/selsoe",
10   "license": "MIT",
11   "source": {
12     "git": "git@github.com:miklselsoe/MSSPopMasonry.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "Classes",
16   "requires_arc": true,
17   "dependencies": {
18     "pop": [
20     ],
21     "Masonry": [
23     ]
24   },
25   "platforms": {
26     "ios": "6.0",
27     "osx": "10.7"
28   },
29   "prefix_header_contents": "#ifdef __OBJC__\n#import \"MSSPopMasonry.h\"\n#endif\n"